{% extends 'base.html' %} {% load wagtailimages_tags wagtailcore_tags %} {% block content %}

{{ page.title }}

{{ page.mission_statement }}

{{ page.body|richtext }} {% if page.featured_author %}

{{ page.featured_author.name }}

{{ page.featured_author.bio }}

{% if page.featured_author.avatar %} {% image page.featured_author.avatar fill-200x200 %} {% endif %} {% endif %} {% endblock %}