{% extends "area_base.html" %} {% block title %}{{ page.title }} | TheOrganist24{% endblock %} {% block area_content %}

{{ page.title }}

{% if page.body %}{{ page.body | nl2br }}{% endif %} {% include "_offerings.html" %} {% endblock %}