{% assign file = page.fileName %}
{% assign lang = page.lang %}
{% assign folder = page.folderName %}
{% assign homeData= site.data[folder][lang][file] %}


<!DOCTYPE html>
<html lang="en">

{%- include wordgames/head/head.html -%}
<style>
    .tools_headings {
        padding: 15px 0;
    }
</style>

<body>
    {%- include wordgames/header/header.html -%}

    {%- if site.newFeatureBox -%}
    <div class="wordgametheme-sidebar-left"></div>
    <div class="wordgametheme-sidebar-right"></div>
    {%- endif -%}
    {%- if homeData.h1 or homeData.h2 -%}
    <div class="tools_headings" style="margin-top:20px">
        <div class="container">
            <div class="pageHeading text-center">
                <h1 class="heading pb-0 mb-3">{{homeData.h1}}</h1>
                {%- if homeData.h2 != '' -%}
                <h2>{{homeData.h2}}</h2>
                {%- endif -%}
            </div>
        </div>
    </div>
    {%- endif -%}

    <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
    <div id="ezoic-pub-ad-placeholder-109"> </div>
    <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->

    <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
    <div id="ezoic-pub-ad-placeholder-110"> </div>
    <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->


    <div class="tools-feature">
        {{content}}
    </div>

    {% 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 wordgames/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 -%}
</body>

</html>