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

6 lines
83 B
Text
Raw Normal View History

2023-05-14 17:13:00 +03:00
{% extends "base.mu" %}
{% block content %}
-
{{ article.content }}
{% endblock %}