{% extends "base.html" %} {% block title %}{{ page.title|striptags }}{% endblock %} {% block content %}
{# title with big background image #} {% if page.image %}
{{ page.title|striptags }}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %}
{% else %}
{% if page.smallimage %} {{ page.title|striptags }} {% endif %}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %}
{% endif %}
{{ page.content }}
{% endblock %}