{% extends "templates/base.html" %} {% block content %} {% if enable_bgp_aspath == true %} {% endif %} {% if enable_bgp_community == true %} {% endif %}
{% if title_mode == 'all' %}

{{ title }}

{{ subtitle }}


{% elif title_mode == 'text_only' %}

{{ title }}

{{ subtitle }}


{% elif title_mode == 'logo_title' %}

{{ title }}

{% elif title_mode == 'logo_only' %}




{% endif %}


{{ text_results }}


50%


{% if text_cache|length > 1 %}

{{ text_cache }}

{% endif %}
{% if enable_footer == true %} {% include "templates/footer.html" %} {% endif %} {% if enable_credit == true %} {% include "templates/credit.html" %} {% endif %} {% endblock %}