@ -12,7 +12,7 @@
{% for post in page.get_children %}
<h2><a href="{% pageurl post %}">{{ post.title }}</a></h2>
{{ post.specific.intro }}
{{ post.specific.body|richtext }}
<div class="blog">{{ post.specific.body|richtext }}</div>
{% endfor %}
{% endblock %}
@ -10,7 +10,7 @@
{% block content %}
{% image page.image width-1100 id="banner" %}
{% image page.image width-1000 id="banner" %}
{{ page.body|richtext }}
{% endblock content %}