{%- include head.html -%} {%- include header.html -%}
{%- if jekyll.environment == 'production' and site.gtm -%} {%- include gtm_body.html -%} {%- endif -%} {%- include about.html -%} {%- if site.version == 2 -%} {% for section in site.content %}
{%- if section.id -%}

{{ section.title }}

{% else %}

{{ section.title }}

{%- endif -%} {% include {{ section.layout | prepend: "section-" | append: ".html" }} content=section.content %}
{% endfor %} {% else %} {%- include v1/default.html -%} {%- endif -%}
{%- include footer.html -%} {% if site.darkmode == false %} {% endif %}