Files
web_intern/templates/u1.html
Andreas Stephanides aa8532c70d css, templates
2017-02-01 22:27:19 +01:00

20 lines
239 B
HTML

{{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>