flux.vision/web/mc-pelican/templates/category.html
2023-07-01 11:01:17 +03:00

5 lines
93 B
HTML

{% extends "index.html" %}
{% block content_title %}
<h2>{{ category }}</h2>
{% endblock %}