{% extends 'base.html' %} {% block content %}

{{ notebook_name }}

{% if config.ENABLE_DOWNLOAD %} Download {% endif %}
{{ html_content|safe }} {% endblock %}