{% block pre_content_page_title %} {% include_if_exists "pre_content_page_title.html"|localize_template "basetheme_bootstrap/pre_content_page_title.example.html" %} {% endblock pre_content_page_title %} {% block whole_content_page_title %}
{% block content_page_title %}

{% block page_title %}{% endblock %}

{% block page_title_right %}{% endblock %}
{% endblock %}
{% endblock %} {% if messages %}
{% for message in messages %}

{% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}Important: {% endif %} {{ message|linebreaksbr}}

{% endfor %}
{% endif %} {% block content %}{% endblock %}