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

{{ project_name }} {{ instance_name }} Web Interface

Welcome to the {{ instance_name }} for the {{ project_name }} study.

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

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

{% endblock %}