{% load static %} {# TODO: - fix head_content block links #}
{% block head_title %}Verdure: How Does Your Garden Grow{% endblock head_title %}
{% block head_content %}
Verdure
{% endblock head_content %} {% if request.user.is_authenticated %}
Hi {{ request.user.username | title }}
Logout
{% else %}
Login
Register
{% endif %}
Plan
Plant Library
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% autoescape off %} {% block content %} {% endblock content %} {% endautoescape %}