{% extends "page.html" %} {% load static tethys_gizmos %} {% block title %} - Dask Scheduler{% endblock %} {% block scripts %} {{ block.super }} {% gizmo_dependencies css %} {% gizmo_dependencies js %} {{ the_script|safe}} {% endblock %} {% block styles %} {{ block.super }} {% endblock %} {% block content %} {% include 'tethys_compute/dask_scheduler_header.html' %}

{{ the_name }}

{% endblock %}