{% extends 'base.html' %} {% set mytitle="bubbles Chart" %} {# ----------- title -------------- #} {% block title %}{{ mytitle }}{% endblock %} {# ----------- content ------------- #} {% block content %}
{% include 'bubbles.md' %}
{% endblock %}