{% extends "base.html" %} {% set css_files = [ '_static/css/normalize.css', '_static/css/bootstrap.css', '_static/css/components.css', '_static/css/crateio.css', '_static/css/crateio-rtd.css', '_static/css/custom.css', ] %} {% set script_files = [ '_static/js/modernizr.js', '_static/js/underscore.min.js', '_static/doctools.js', '_static/js/searchtools.js', '_static/js/webflow.js', '_static/js/bootstrap.js', '_static/js/fontawesome.js', '_static/js/custom.js', '_static/js/sticky-sidebar.min.js' ] %} {% if page_source_suffix %} {% set suffix = page_source_suffix %} {% else %} {% set suffix = source_suffix %} {% endif %} {%- block doctype -%} {%- endblock %} {%- block extra_head %} {% endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {%- block content %} {% include "navbar.html" %}
{%- if current_version %}
{%- if versions %} {%- endif %}
{%- endif %} {% block body %}{% endblock %}
{% if display_github %}
{% if check_meta and 'github_url' in meta %} Edit on GitHub {% else %} {% endif %}
{% endif %}
{%- include "footer.html" %} {%- endblock %} {%- block custom_footer %} {% if display_github %} {% endif %} {% if theme_tracking_segment_id %} {% endif %} {%- endblock %}