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

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

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

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

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

{% endblock %}