{% extends "page.html" %} {% import "macros.html" as m %} {% block content %} {{ super() }}
Tags: {{ m.collection_links(tags_links) }}
{% endblock %}