{% load staticfiles %}
{% block title %}COIN - Illyse SI{% endblock %}
COIN est un Outil pour un Internet Neutre
{% if user.is_authenticated %}
Menu
{% endif %}
{% if user.is_authenticated %}
{% block sidenav %}
{% include "menu_items.html" %}
{% endblock %}
{% endif %}
{% block content %}{% endblock %}
{% block js %}{% endblock %}