reorganized code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-02-27 17:33:26 +01:00
parent 8f1345d4aa
commit 650bdc2fd6
7 changed files with 215 additions and 118 deletions

View File

@@ -10,6 +10,7 @@
{{ e.teaser|markdown }}
{% if e.body %}
<a href="{{ e.title|slugify }}" class="btn">mehr lesen</a>
{{ fnRender("base_blog_details.html", e.title, "details", e) }}
{% endif %}
{% endfor %}
{% endblock part0 %}
@@ -26,6 +27,7 @@
{{ e.teaser|markdown }}
{% if e.body %}
<a href="{{ e.title|slugify }}" class="btn">mehr lesen</a>
{{ fnRender("base_blog_details.html", e.title, "details", e) }}
{% endif %}
{% endfor %}
{% endblock part1 %}