{% block pretitle %} {% endblock pretitle %}

{% block content_title %} {% if title %} {{ title }}{% if subtitle %}:{% endif %} {% endif %} {% endblock content_title %} {% block content_subtitle %} {% if subtitle %}{{ subtitle }}{% endif %} {% endblock %}

{% block content %} {{ content }} {% endblock %} {% block sidebar %} {% endblock %}