{% 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 %} {% endblock %}
{% endif %}
{% block content %}{% endblock %}
{% block js %}{% endblock %}