{% block header %}{% endblock %}
Mirantis OpenStack Documentation: {{ title }}
{{ metatags }} {% include 'css.html' %} {%- for cssfile in css_files %}
{%- endfor %} {# FAVICON #} {% if favicon %}
{% endif %}
{% include 'header.html' %}
{% include 'titlerow.html' %}
{% include 'localtoc.html' %}
{% block body %}{% endblock %}
updated: {{ last_updated }}
{% if prev %}
{{ prev.title }}
View Previous Section
{% endif %}
{% if next %}
{{ next.title }}
View Next Section
{% endif %}
{% include 'sidebartoc.html' %}
{% include 'footer.html' %} {% include 'script_footer.html' %}