{% extends "layouts/main.html" %} {% block title %}Home{% endblock %} {% block head_content %} {% endblock %} {% block content %}

{% if not current_user.is_authenticated %} Create an account to start using the api here. {% else %} Welcome! {% endif %}

{% endblock %}