{% 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 }}

API documentation

{% endraw %}
{% endblock %}