{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign homeData= site.data[folder][lang][file] %} {%- include wordgames/head/head.html -%} {%- include wordgames/header/header.html -%} {%- if site.newFeatureBox -%}
{%- endif -%} {%- if homeData.h1 or homeData.h2 -%}

{{homeData.h1}}

{%- if homeData.h2 != '' -%}

{{homeData.h2}}

{%- endif -%}
{%- endif -%}
{{content}}
{% include wordgames/featurehighlights/featurehighlights.html %} {%- include wordgames/howto/howto.html -%} {%- if dataToShow.faqList -%} {%- if dataToShow.faqList.first.Question !='' -%} {% include wordgames/faqs/faqs.html %} {% endif %} {% endif %} {% include adBlocker/adBlocker.html %} {%- if dataToShow.infographics.size > 0 -%} {%- include wordgames/infographics/infographics.html -%} {%- endif -%} {%- include wordgames/rating/rating.html -%} {%- assign langen = "en" -%} {%- if site.data[folder][langen][file].categories -%} {% assign categories= site.data[folder][langen][file].categories %} {%- else -%} {% assign categories= page.categories %} {%- endif -%} {%- if site.data[folder][langen][file].tags -%} {% assign tags= site.data[folder][langen][file].tags %} {%- else -%} {% assign tags= page.tags %} {%- endif -%} {%- if categories.size> 0 or tags.size>0-%} {%- include wordgames/related-posts/related-posts.html -%} {%- else -%} {%- include wordgames/recent-posts/recent-posts.html -%} {% endif %} {%- include wordgames/footer/footer.html -%} {%- include wordgames/scripts/scripts.html -%}