about_page.html 233 B

12345678910
  1. {% extends "base.html" %}
  2. {% load wagtailimages_tags %}
  3. {% block content-header %}
  4. {% include "base/include/header.html" %}
  5. {% endblock content-header %}
  6. {% block content-body %}
  7. {{ page.body }}
  8. {% endblock content-body %}