{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}

Welcome to Dap-Well core registration app

{% if user.is_authenticated %} Welcome: {{ user.username }}!

Log Out

{% include 'well_list.html' with wells=wells %} {% else %}

You are not logged in

Log In {% endif %} {% endblock %}