{% extends "page.html" %} {% block title %}{{page_title}}{% endblock %} {% block stylesheet %} {{super()}} {% endblock %} {% block params %} data-base-url='{{base_url}}' data-md-url='{{md_url}}' {% endblock %} {% block headercontainer %}
{{ page_title }}
{% endblock %} {% block header %} {% endblock %} {% block site %} {# we could make everything look like notebook-formatted markdown cells by adding the "rendered_html" class, but it doesn't look so good for full-page readme files, so for now I haven't bothered #}
{% endblock %} {% block script %} {{super()}} {% endblock %}