5 lines
83 B
Text
5 lines
83 B
Text
{% extends "base.mu" %}
|
|
{% block content %}
|
|
-
|
|
{{ article.content }}
|
|
{% endblock %}
|