{% extends "base.html" %} {% from 'macros/list_items_page.html' import list_items_page %} {% block title %}{{ SITENAME }} - Categories{% endblock %} {% block content %} {% block content_title %}

Categories

{% endblock %} {{ list_items_page(categories) }} {% endblock %}