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