{% extends "layout.html" %} {% block body %}
Welcome
{% if current_user.is_authenticated() %} Welcome, {{ current_user.name }} to the new Literature Review Curation tool.
{% else %} Welcome to the new Literature Review Curation tool. You are not logged in. Please
log in
. {% endif %}
{% endblock body %}