{% extends 'dashing/base.html' %} {% load static from staticfiles %} {% 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 %}