{% load staticfiles %} {% load bootstrap3 %} {% block title %}La maraude{% endblock %} {# Load Bootstrap CSS and JavaScript #}{% bootstrap_css %}{% bootstrap_javascript %} {# Side Navbar from http://www.samrayner.com/bootstrap-side-navbar/inverse.html #} {% if stylesheets %}{% for stylesheet in stylesheets %}{% endfor %}{% endif %}
{% include "navbar.html" %}

{% block page_header %}{% endblock %}

{% block content %}{% endblock %}