{% extends 'orchestra/base.html' %} {% load staticfiles %} {% block title %}Dashboard{% endblock %} {% block topbar %} {% endblock %} {% block main %}
{% block content %}content{% endblock content %}
{% endblock %} {% block page_javascript %} {% for js in javascript_includes %} {% endfor %} {% endblock page_javascript%} {% block page_stylesheets %} {% for css in stylesheet_includes %} {% endfor %} {% endblock page_stylesheets%}