{% extends "bootstrap/base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block title %}Graphs{% endblock %}
{% block metas %}
{# Sometimes we get HUGE Urls(20K+) #}
{# And cdns reset such requests. To work around it, we don't send referrers #}
{% endblock %}
{% block scripts %}
{{ super() }}
{# #}
{# #}
{# #}
{% endblock %}
{% block styles %}
{{ super() }}
{% endblock %}
{% block content %}
{% endblock %}