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