{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign featureData= site.data[folder][lang][file] %} {% include head/index.html %} {% include header/index.html %}
{%- if featureData.img -%} {{featureData.imgalt}} {%- else -%} {%- endif -%}
{%- if site.noFeatureBox == true -%}
{{content}}
{%- else -%} {%- if page.noBox == true -%}
{{content}}
{%- else -%}
{{content}}
{%- endif -%} {%- endif -%} {%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%- endif -%} {% include footer/index.html %} {% include script.html %}