{% extends "area_base.html" %} {% block title %}{{ page.title if page else 'Compositions' }} | {{ content.title if content else area.title }} | TheOrganist24{% endblock %} {% block area_content %}

{{ page.title if page else 'Compositions' }}

{% if page and page.body %}

{{ page.body | nl2br }}

{% endif %} {% include "_offerings.html" %} {% endblock %}