{% extends "base.html" %} {% block content %} {% if archive_full_width %} {# Close container for full-width mode #} {% endif %}

Comic Archive

Browse all {{ comics|length }} comics

{% for comic in comics %} {% endfor %}
{% if archive_full_width %}
{# Reopen container for footer #} {% endif %} {% endblock %}