1{% extends "!layout.html" %}
2{% block document %}
3  {% if not is_release %}
4    <div class="admonition important">
5        <p class="admonition-title">Important</p>
6        <p>This is the latest documentation for the unstable development branch of
7        Project ACRN (master).<br/>Use the drop-down menu on the left to select
8        documentation for a stable release such as <a href="/3.2/">v3.2</a> or
9        <a href="/3.0/">v3.0</a>.</p>
10    </div>
11  {% endif %}
12  {{ super() }}
13{% endblock %}
14{% block menu %}
15  {% include "aversions.html" %}
16  {{ super() }}
17{% endblock %}
18