{% extends "base.html" %} {% load frichtext_tags wagtailcore_tags %} {% block content %} {% for block in page.body %} {% include_block block %} {% endfor %} {% endblock content %}