{% load staticfiles %} {% load hijack_tags %}
{% block title %}COIN - {{ branding.shortname|capfirst }} SI{% endblock %}
{% block extra_css %}{% endblock %}
{% hijack_notification %}
{% 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 extra_js %}{% endblock extra_js %}