{% extends "!layout.html" %} {% block document %} {% if is_release %}
The latest development version of this page may be more current than this released {{ version }} version.
{% else %}
This is the documentation for the latest (master) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.
{% endif %} {{ super() }} {% endblock %} {% block menu %} {% include "zversions.html" %} {{ super() }} {% endblock %}