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

{{ content.title if content else area.title }}

{% if content and content.introduction %}

{{ content.introduction | nl2br }}

{% endif %} {% endblock %}