nfc-web/web/nfc-theme/templates/category.html

6 lines
93 B
HTML
Raw Normal View History

2023-04-30 14:08:32 +03:00
{% extends "index.html" %}
{% block content_title %}
<h2>{{ category }}</h2>
{% endblock %}