Back to Flame

{{ title

doc/_sphinx/theme/layout.html

1.37.01.3 KB
Original Source

{%- 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 %}

highlighted:

×

Warning: you are currently viewing the docs for an older version of Flame.

Please click here to go see the documentation for the latest released version.

{% block body %} {% endblock %}

The content on this page is licensed under the CC BY 4.0 License, and code samples under the MIT License.

{%- if prev %} [

Previous:

{{ prev.title|striptags|e }}

]({{%20prev.link|e%20}} "previous page") {%- endif %}

{%- if next %} [

Next:

{{ next.title|striptags|e }}

]({{%20next.link|e%20}} "next page") {%- endif %}

{# Local table of contents #}

{% block footer %} {% endblock %}