{% extends "area_base.html" %} {% block title %} {% if discipline_groups and discipline_groups | length == 1 %} {{ discipline_groups[0].name }} {% else %} {{ discipline_slug | title }} {% endif %} | Craft | TheOrganist24 {% endblock %} {% block area_content %}

{% if discipline_groups and discipline_groups | length == 1 %} {{ discipline_groups[0].name }} {% else %} {{ discipline_slug | title }} {% endif %}

{% if page_body %} {{ page_body | nl2br }} {% endif %} {% for disc in discipline_groups %} {% if discipline_groups | length > 1 %}

{{ disc.name }}

{% endif %} {% if disc.pieces %} {% else %}

No pieces to show yet.

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