{% extends "index.html" %} {% block extra_nav_class %}{% endblock extra_nav_class %} {% block extra_content_class %}content--reversed{% endblock extra_content_class %} {% block title %}Themes | {{ super() }} {% endblock title %} {% block content %}
{% block theme_content %}

Zola themes

{% for theme in section.pages %} Screenshot of {{theme.title}} {{theme.title}} {% endfor %}
{% endblock theme_content %}
{% endblock content %}