{% autoescape off %}

Comic preview

{% if exception %}
{{ exception }}
{% endif %}

{{title}}

{% if url %}{{url}}
{% endif %} {% if comic %}
{% endif %} {% if hiddencomic %}
{% endif %} {% if first %}{% endif %} {% if previous %}{% endif %} {% if next %}{% endif %} {% if last %}{% endif %} {% if not webcomicsite.hasArchive %} {% endif %}
comic{{comic}}
title{{title}}
alt{{alt}}
first{{first}}
previous{% if previous %}{{previous}}{% else %}No previous comic{% endif %}
next{% if next %}{{next}}{% else %}No next comic{% endif %}
last{{last}}
hiddencomic{{hiddencomic}}
hiddencomiclink{{hiddencomiclink}}
news{{news}}
{% if archive %}

Archive

{% endif %} {% if url %} {% endif %} {% endautoescape %}