{% extends "combo/page_template.html" %} {% block content-pre %}
{% if custom_page_title != "None" %} {% firstof custom_page_title page.title title as page_title %} {% if page_title %}

{{ page_title }}

{% endif %} {% endif %}
{% placeholder "vous-etes" name="Menu \"Vous ĂȘtes\"" optional=True outer_tag=True %}
{% endblock %}