{% extends "!layout.html" -%} {# Refer to https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html #} {% block htmltitle -%} {{ godot_title_prefix }}{{ title|striptags|e }}{{ titlesuffix }} {% endblock -%} {% block extrahead -%} {% endblock -%} {% block linktags -%} {{ super() }} {% endblock -%} {%- block document %}
{% if godot_is_latest or godot_show_article_status %}
{% if godot_is_latest %}

Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

{% endif %} {% if godot_show_article_status and not godot_is_latest and meta and meta.get('article_outdated') == 'True' %}

Work in progress

The content of this page was not yet updated for Godot {{ godot_version }} and may be outdated. If you know how to improve this page or you can confirm that it's up to date, feel free to open a pull request.

{% endif %}
{% endif %} {% block body %}{% endblock %} {% if (not meta or meta.get('allow_comments') != 'False') and godot_show_article_comments %}
{%- if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %} {%- endif %}

User-contributed notes

Please read the User-contributed notes policy before submitting a comment.

{% endif %} {%- if self.comments()|trim %}
{%- block comments %}{% endblock %}
{%- endif%}
{%- endblock %}