v6/site_test/tag.html
2024-12-31 14:29:11 -05:00

10 lines
159 B
HTML

{% extends "layout/default.html" %}
{% block title %}{{ tag.name }} posts{% endblock %}
{% block content -%}
<h1>{{ tag.name }} posts</h1>
{%- endblock %}