{%- 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 -%}
{% endfor %}
{% else %}
{%- include v1/default.html -%}
{%- endif -%}