Back to Zola

Zola themes

docs/templates/themes.html

0.22.1661 B
Original Source

{% 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]({{%20get_url(path%20=)

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