{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %} {% if user.is_authenticated %} You are logged in as {{ user.username }}
Log Out
New Survey
You are not logged in