{% extends 'base.html' %} {% block styles %} {{super()}} {% include 'swagger-ui-css.html' %} {% endblock %} {% block title %}Documentation{% endblock %} {% block content %}
{% include 'swagger-ui-libs.html' %} {% endblock %} {% block script %} {% endblock %}