{% extends "_layout.html" %} {% block title %}Welcome to Mentat{% endblock %} {% block content %}

Welcome to Mentat!


{% if not current_user.is_authenticated %}

To use most features provided by this application, you must either be authenticated, or exactly know, what are you looking for.


{% endif %}
{% endblock %}