micron writer

This commit is contained in:
NN Solex 2023-05-14 17:13:00 +03:00
parent d37b0a67a4
commit 306423cd99
6 changed files with 47 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{% extends "base.mu" %}
{% block content %}
-
{{ article.content }}
{% endblock %}

View file

@ -0,0 +1,10 @@
>{% block title %}{{ SITENAME }}{% endblock title %}
{% block content %}
{% endblock %}
{% if DESCRIPTION %}
-
{{ DESCRIPTION }}
-
{% endif %}