{% extends 'base.html' %} {% block image %}{% if page.image %}{{ page.image.url }}{% endif %}{% endblock %} {% block title %}{{ page.title }}{% endblock %} {% block description %}{{ page.subtitle }}{% endblock %} {% block longdescription %}{{ page.formatted_content|striptags|truncatechars:500 }}{% endblock %} {% block content %}
{% if request.user.is_staff %} {% endif %} {% block precontent %} {% endblock %} {% if page.content %}

{{ page.title }}
{{ page.subtitle }}

{{ page.formatted_content|safe }}


{% include "ads.html" %}
{% endif %} {% block postcontent %} {% endblock %}
{% endblock %}