{% load staticfiles %} {% load i18n %}
{% block title %}COIN - {{ branding.shortname|capfirst }} SI{% endblock %}
{% if user.is_authenticated %} {% endif %}
{% trans 'COIN is an Optimistic tool for Internet Neutrality' %}
{% 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 %}