{% 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

{% set tax = get_taxonomy(kind = "theme-tags") %} {% if tax and tax.items | length > 0 %}

Search by tags

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