{% extends 'base.html' %} {% set mytitle="Sunburst of Nested Dimensions" %} {# ----------- title -------------- #} {% block title %}{{ mytitle }}{% endblock %} {# ----------- content ------------- #} {% block content %}
{% include 'nest.md' %}
{% endblock %}