things almost work
[encyclr.git] / html / article.html
blob9a670ee640e1f1926fcde1e4585bb7b893270a53
1 {% include "html/TOP.html" %}
2 <title>{{ title }}</title>
3 {% include "html/BODY.html" %}
4 <div class="l">
5 {% if user %}
6 ur <a href="/p">{{ user }}</a>; <a href="/e/{{ title }}">edit</a>, <a href="/o">logout</a>
7 {% else %}
8 {% include "html/login.html" %}
9 {% endif %}
10 </div>
11 <div class="h">{{ title }}</div>
12 <div class="c">{{ contents|safe }}</div>
13 {% include "html/END.html" %}