{% extends "base.html" %} {% block content %}
Loader
{% include 'tiles/summary.html' %}
{% include 'tiles/bubble-graph.html' %}
{% include 'tiles/time-series.html' %}
{% include 'tiles/heat-map.html' %}
{% include 'tiles/world-map.html' %}
{% include 'tiles/doughnut-graph.html' %}
{% include 'components/logo-download.html' %} {% endblock %}