{% extends 'dashing/base.html' %}
{% block 'stylesheets' %}
{% endblock %}
{% block 'scripts' %}
{% endblock %}
{% block 'templates' %}
{% include 'dashing/widgets/_clock.html' %}
{% include 'dashing/widgets/_list.html' %}
{% include 'dashing/widgets/_number.html' %}
{% include 'dashing/widgets/_graph.html' %}
{% endblock %}