{% extends "base.html" %} {% block title %}Main — AAT Demo{% endblock %} {% block content %}

Welcome, {{ name }}!

You are now logged in to the AAT Demo application.

Home Logout
{% endblock %}