{% assign collection = site[page.collection] %} {% include head.html %}
{% include menus/main.html %}

{{page.title}}

{{page.description}}

{% if page.overlay %}
{% endif %}
{% include menus/game.html collection=collection %}
{{ content }}
{% include newsletter.html %}
{% include footer.html %}