{% extends "templates/base.html" %} {% block css %} {% endblock %} {% block body %} {% if message %} {{ message }} {% elif html %}
{{ html | safe }}
{% endif %} {% endblock %} {% block js %} {# TODO: create a bundle for this instead of relying on this CDN to serve this file #} {% endblock %}