{% extends "base.html" %} {% block title %}{{_("Index")}}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{_("View")}}

{% for section in sections %} {{_(section.title)}} {% endfor %}

{{_("Docs")}}

Swagger

{% endblock %}