{% load staticfiles %} {% load bootstrap3 %}
{% block title %}La maraude{% endblock %}
{% bootstrap_css %}{% bootstrap_javascript %}
{% if stylesheets %}{% for stylesheet in stylesheets %}
{% endfor %}{% endif %}
{% include "navbar.html" %}
{% block page_header %}{% endblock %}
{% bootstrap_messages %} {% block content %}{% endblock %}