micron writer
This commit is contained in:
parent
d37b0a67a4
commit
306423cd99
6 changed files with 47 additions and 2 deletions
5
web/nfc-theme/templates/article.mu
Normal file
5
web/nfc-theme/templates/article.mu
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% extends "base.mu" %}
|
||||
{% block content %}
|
||||
-
|
||||
{{ article.content }}
|
||||
{% endblock %}
|
||||
10
web/nfc-theme/templates/base.mu
Normal file
10
web/nfc-theme/templates/base.mu
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
>{% block title %}{{ SITENAME }}{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
{% if DESCRIPTION %}
|
||||
-
|
||||
{{ DESCRIPTION }}
|
||||
-
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue