{% extends "base/base_document.html" %} {% block links %} {% include "base/default/base_links.html" %} {% include "socialstatistics/default/links.html" %} {% endblock %} {% block body %} {% include "base/default/base_body.html" %} {% include "socialstatistics/default/body.html" %} {% endblock %} {% block scripts %} {% include "base/default/base_scripts.html" %} {% include "socialstatistics/default/scripts.html" %} {% endblock %}