1
0
em.0x45.cz/templates/categories/single.html

7 lines
153 B
HTML

{% extends "index.html" %}
{% block content %}
<h1>{{ term.name }} category</h1>
{{ macros::list_posts(section=term, taxonomy=true) }}
{% endblock %}