{% extends 'page_base.html' %}
{% load static %}
{% block page-subtitle %} : {{ flatpage.title }}{% endblock %}
{% block head-extras %}
{{ block.super }}
{# #}
{% endblock %}
{% block page-content %}
{% if flatpage %}
{% include "flatpages/snippets/flatpage_content.html" %}
{% endif %}
{% include 'network/snippets/graph_with_controls.html' %}
{% endblock %}