{% extends "!layout.html" %}
{% block docs_body %}
{# If this is set then we are rendering a notebook and should inject the binder and thebe buttons #}
{% if binder_url %}
{% endif %}
{{ super() }}
{% endblock %}
{% block docs_navbar %}
{%include 'main_nav.html' %}
{%include 'mobile_nav.html' %}
{% endblock %}