{% extends "_layout.html" %} {% block title %}{{ gettext('Welcome to Mentat!') }}{% endblock %} {% block content %}

{{ gettext('Welcome to Mentat!') }}



{% if not current_user.is_authenticated %}

{{ gettext('You have to be authenticated to use most features provided by this application.') }}


{% endif %}
{% endblock %}