{% 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 %}