{{ request.app.title }} {% if request.app.version %}
{% if request.app.description %} {% endif %}
{{ request.app.description|markdown|safe }}
{% endif %}
{% if warning_message %}
{{ warning_message|markdown|safe }}
{% endif %}
{% with routes = routes_info %}
{% include "user_guide.html" %}
{% endwith %}