nfc-web/web/nfc-theme/templates/base.mu

11 lines
145 B
Text
Raw Normal View History

2023-05-14 17:13:00 +03:00
>{% block title %}{{ SITENAME }}{% endblock title %}
{% block content %}
{% endblock %}
{% if DESCRIPTION %}
-
{{ DESCRIPTION }}
-
{% endif %}