{% extends "base.html" %} {% block content %}
{{ instance_name }} Web Interface
Welcome to the {{ instance_name }} web interface!
API is located at {{ url_for('api_v1.root') }}
Swagger documentation is located at {{ url_for('api_v1.doc') }}