{% extends "base.html" %} {% block content %} {% if archive_full_width %} {# Close container for full-width mode #} {% endif %}
Browse all {% set total = namespace(count=0) %}{% for section_title, section_comics in sections %}{% set total.count = total.count + section_comics|length %}{% endfor %}{{ total.count }} comics