{% extends "base.html" %} {% block head %} {% endblock head%} {% block intro %} {% if request.path == "/" %}
la
petite
ecole
{% endif %} {% endblock %} {% block nav %} {% include 'menu.html'%} {% endblock nav %} {% block content %}
{% if request.path == "/" %} {% if infobox is not none %}
{{ infobox }}
{% endif %} {% else %} {% endif %} {{page}}
{% endblock %} {% block script %} {% endblock %}