{% if not included %} {% extends 'index.html' %} {% block title %} Output {% endblock title %} {% endif %} {% block head %} {% endblock head %} {% set included = True %} {% block content %}
Webgl FITS
{% endblock content %} {% block footer %} {% endblock footer %}