{% extends "elections2021/base.html" %} {% load static wagtailcore_tags %} {% block content_header %}

{{ page.title }}

{% endblock %} {% block content %}
{% for myth in myths %}

{{ myth.title }}

{{ myth.perex|richtext }}
{% endfor %}
{% endblock %}