{% extends "base.html" %}
{% block content %}
{% if page.nb_url %}
Save notebook as {% include ".icons/material/download.svg" %}
{% endif %}
{{ super() }}
{% endblock content %}
{% block outdated %}
You're not viewing the latest version.
Click here to go to latest.
{% endblock %}