{% extends 'cms/pages/_tag_page.html' %} {% load wagtailcore_tags %} {% block first_content %}

{{ page.h1 }}

{{ page.first_text|richtext }}
{% endblock %} {% block main_container %}
{% for item in items %} {% include 'cms/blocks/common/article.html' with blog=item %} {% endfor %}
{% endblock %}