{% extends "base.html" %} {% block content %}

{{ instance_name }} Web Interface

Welcome to the {{ instance_name }} web interface!

REST API is located at {{ url_for('api_v1.root') }}

Swagger documentation is located at {{ url_for('api_v1.doc') }}

{% endblock %}