{% include 'breadcrumbs.html' %}
{% for version in config.extra.versions %} {% if config.extra.version == version.dir and not version.latest %}

Version {{ version.label }} is not the most recent version of the Apache Mynewt documentation. Click here to read the latest version.

{% endif %} {% endfor %} {% block content %} {{ page.content }} {% endblock %}
{% include 'next_prev_links.html' %}
{% include 'footer.html' %}