{% block body %} {% endblock %}
The content on this page is licensed under the CC BY 4.0 License,
and code samples under the MIT License.
{%- block css %} {%- for css in css_files %} {{ css_tag(css) }} {%- endfor %} {%- endblock %} {%- block scripts %} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endblock %} {%- block links %} {%- if pageurl %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %}