{% extends "base.html" %} {% block title %} All Categories ยท {{ super() }} {% endblock title %} {% block head_description %} All categories of the {{ SITENAME|striptags }} blog. {% endblock head_description %} {% block content %}
{% for category, articles in categories %} {% endfor %}
{% endblock content %} {% block script %} {{ super() }} {% endblock script %}