{% include base.html %} {% include head.html %} {% include header.html %}
{{ page.title }}
{% if page.tags contains 'comics' %}
{% endif %} {{ content | replace: 'BASE', base }}
{% if page.previous.url %} {% endif %} {% if page.next.url %} {% endif %}
{% if page.related %} {% assign maxRelated = 3 %} {% assign maxRelatedCounter = 0 %} {% endif %}
{% include footer.html %}