{% extends "base.html" %} {% block content %} {% if current_user.is_authenticated %}

Hi, {{current_user.pref_name}}!

{% else %}

Hello!

Much of this tool requires authentication. Head on over here to login, or here to register. {% endif %} {% endblock %}