This commit is contained in:
@@ -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 %}
|
||||
|
||||
9
website/templates/base_blog_details.html
Normal file
9
website/templates/base_blog_details.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block part0 %}
|
||||
<h1>{{ details.title }}</h1>
|
||||
{% endblock part0 %}
|
||||
|
||||
{% block part1 %}
|
||||
|
||||
{% endblock part1 %}
|
||||
Reference in New Issue
Block a user