{% extends "!layout.html" %} {% block document %} {% if not is_release %}

Important

This is the latest documentation for the unstable development branch of Project ACRN (master).
Use the drop-down menu on the left to select documentation for a stable release such as v3.2 or v3.0.

{% endif %} {{ super() }} {% endblock %} {% block menu %} {% include "aversions.html" %} {{ super() }} {% endblock %}