{% extends "templates/base.html" %} {% block content %} {% if features["bgp_aspath"]["enable"] == true %} {% endif %} {% if features["bgp_community"]["enable"] == true %} {% endif %}
{% if branding["text"]["title_mode"] == 'all' %}

{{ branding["text"]["title"] }}

{{ branding["text"]["subtitle"] }}


{% elif branding["text"]["title_mode"] == 'text_only' %}

{{ branding["text"]["title"] }}

{{ branding["text"]["subtitle"] }}


{% elif branding["text"]["title_mode"] == 'logo_title' %}

{{ branding["text"]["title"] }}

{% elif branding["text"]["title_mode"] == 'logo_only' %}




{% endif %}


{{ branding["text"]["results"] }}


50%


{% if features["cache"]["show_text"] == true %}

{{ features["cache"]["text"] }}

{% endif %}
{% if branding["footer"]["enable"] == true %} {% include "templates/footer.html" %} {% endif %} {% if branding["credit"]["enable"] == true %} {% include "templates/credit.html" %} {% endif %} {% endblock %}