{% load static %}
Health Tracker
Log Activity
Create Reminder
Community
{% if user.is_authenticated %}
{{ user.username }}
Logout
{% else %}
Register
Login
{% endif %}
{% block content %} {% endblock %}