{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %}
{% block article %} {{ self.content }} {% endblock %}
{% endblock %}