{% block header %}{% endblock %}
OpenStack Releases: {{ title }}
{{ metatags }} {% include 'css.html' %} {# FAVICON #} {% if favicon %}
{% endif %} {% block extrahead %}{% endblock %} {% include 'header.html' %}
{% include 'titlerow.html' %}
{% block body %}{% endblock %}
{% if prev %}
{% endif %} {% if next %}
{% endif %}
updated: {{ last_updated }}
{% include 'license_cc.html' %}
{% include 'sidebartoc.html' %}
{% include 'footer.html' %} {% include 'script_footer.html' %} {%- for scriptfile in script_files %} {%- endfor %} {% block extrascriptfooter %}{% endblock %}