|
@ -12,7 +12,7 @@ |
|
|
{% for post in page.get_children %} |
|
|
{% for post in page.get_children %} |
|
|
<h2><a href="{% pageurl post %}">{{ post.title }}</a></h2> |
|
|
<h2><a href="{% pageurl post %}">{{ post.title }}</a></h2> |
|
|
{{ post.specific.intro }} |
|
|
{{ post.specific.intro }} |
|
|
{{ post.specific.body|richtext }} |
|
|
|
|
|
|
|
|
<div class="blog">{{ post.specific.body|richtext }}</div> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
{% endblock %} |