gallery template

This commit is contained in:
root
2020-09-26 12:58:27 +00:00
parent 5b2f955adb
commit 555f3f62ab

View File

@@ -8,7 +8,7 @@
{% block content %} {% block content %}
<h1>{{post.title}}</h1> <h1>{{post.title}}</h1>
<a href="/members/member/{{post.author}}"><small> von {{post.author}} </small> <a href="/members/member/{{post.author}}"><small> von {{post.author}} </small></a>
{{post.html | safe}} {{post.html | safe}}
{% if post.links.images |length > 0 %} {% if post.links.images |length > 0 %}