{% extends "page.html" %} {% block title %}{{page_title}}{% endblock %} {% block stylesheet %} {{super()}} {% endblock %} {% block params %} data-base-url="{{base_url | urlencode}}" data-md-url="{{md_url | urlencode}}"" {% endblock %} {% block headercontainer %}
{{ page_title }}
{% endblock %} {% block header %} {% endblock %} {% block site %} {# the "rendered_html" class, will make everything look like notebook-formatted markdown cells. The custom css loaded by render.js is used to add backgrounds for and
 blocks and snippets #}
{% endblock %} {% block script %} {{super()}} {% endblock %}