nfc-web/web/nfc-theme/templates/category.html
2023-04-30 14:08:32 +03:00

5 lines
93 B
HTML

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