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

7 lines
153 B
HTML
Raw Normal View History

{% extends "index.html" %}
2021-12-04 18:30:05 +01:00
{% block content %}
<h1>{{ term.name }} category</h1>
{{ macros::list_posts(section=term, taxonomy=true) }}
{% endblock %}