{% load wagtailimages_tags wagtailcore_tags %}

{{ page.h1 }}

{{ page.first_text|richtext }}
{% for blog in blogs %} {% include 'webspace/cms/blocks/common/article.html' with blog=blog %} {% endfor %}