css, templates

This commit is contained in:
Andreas Stephanides
2017-02-01 22:27:19 +01:00
parent 130f2ac1c6
commit aa8532c70d
18 changed files with 14740 additions and 0 deletions

19
templates/u1.html Normal file
View File

@@ -0,0 +1,19 @@
{{post.title}}
{{ post.html|safe }}
<br>
<ul>
{% for d in sp %}
<li>
<a href="{{url_for('post',name=d.path)}}">{{d.title}} </a>
</li>
{% endfor %}
</ul>
<ul>
{% for d in ld %}
<li>
<a href="{{d}}">{{d}} </a>
</li>
{% endfor %}
</ul>