{% extends "base.html" %} {% block app_content %} {% if current_user.is_authenticated %} Hi, {{ current_user.username }}! {% else %}
Welcome to AnnotateChange a tool for annotating time series data for changepoint analysis.

Please log in or register to get started.
{% endif %} {% endblock %}