{% extends "base.html" %} {% set css_files = [ '_static/css/normalize.css', '_static/css/webflow.css', '_static/css/crateio.css', '_static/css/crateio-rtd.css', ] %} {% set script_files = [ '_static/js/modernizr.js', '_static/js/underscore.min.js', '_static/doctools.js', '_static/js/searchtools.js', '_static/js/webflow.js' ] %} {%- block doctype -%} {%- endblock %} {%- block extra_head %} {% set ending = "/" if builder == "readthedocsdirhtml" else ".html" %} {% set canonical_page = pagename + ending %} {% if canonical_url %} {% endif %} {% endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {%- block content %} {% include "navbar.html" %}