{% block header %}{% endblock %}
OpenStack Docs: {{ title }}
{{ metatags }} {% include 'css.html' %} {%- for cssfile in css_files %}
{%- endfor %} {# FAVICON #} {% if favicon %}
{% endif %} {% if theme_analytics_tracking_code %} {% endif %} {% include 'header.html' %}
{% include 'titlerow.html' %}
updated: {{ last_updated }}
{%- block otherversions %} {%- if other_versions %}
{{ _('version') }}
Latest
{%- for ver in other_versions: %}
{{ ver }}
{%- endfor %}
{%- endif %} {%- endblock %}
{% block body %}{% endblock %}
{% if prev %}
{% endif %} {% if next %}
{% endif %} {%- if bug_project %}
{% endif %}
updated: {{ last_updated }}
{% include 'license_cc.html' %}
{%- if bug_project %}
found an error? report a bug
{%- endif %}
questions?
{% include 'sidebartoc.html' %}
{% include 'footer.html' %} {% include 'script_footer.html' %} {% block script_footer %}{% endblock %}