{% extends "!layout.html" %} {% block document %} {% if pages_slug != "latest" %}
The latest development version of this page may be more current than this released {{ version }} version.
{% else %}
This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.
{% endif %} {{ super() }} {% endblock %} {% block menu %} {% include "versions.html" %} {{ super() }} {% if reference_links %}

Reference

{% endif %} {% endblock %}