{% extends "layout.html" %} {% block body %}

About

Burp-UI {{ _('is brought to you by') }} Ziirish.
{{ _('You can find the documentation at') }} {{ doc }} 

{# From here, the jinja syntax is escaped because we use the angularjs syntax #} {% raw %}

Burp-UI version: {{ version }}

{{ ::b.name }} - client: {{ ::b.client }} - server: {{ ::b.server }}

{% endraw %} {{ _('Browse the ') }}API 

{% endblock %}