{% extends "base.html" %} {% block content %} {% if current_user.is_authenticated %}
Much of this tool requires authentication. Head on over here to login, or here to register. {% endif %} {% endblock %}