{% extends "base.html" %}
{% block outdated %}
{% if "/main" in config.site_url %}
This is the documentation from the 'main' branch which is not a stable release.
{% else %}
You're not viewing the latest version.
{% endif %}
Click here to go to latest stable release.
{{app}}
{% endblock %}
{# Keeping this for future announcement if required
{% block announce %}
ANTA code has moved to a new house in aristanetworks organization and so has the documentation. Please update your bookmark to use anta.arista.com
{% endblock %}
#}