{# Import the theme's layout. #} {% extends "!layout.html" %} {%- block extrahead %} {# Call the parent block #} {{ super() }} {%- endblock %} {% block breadcrumbs %}
{{ super() }} {% if page_source_suffix == '.ipynb' %}
{% endif %}
{% endblock%}