{% extends "base.html" %} {% block title %}TheOrganist24{% endblock %} {% block content %}

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

{% if content and content.introduction %}

{{ content.introduction | nl2br }}

{% endif %} {% endblock %}