{% block extra_css %}{% endblock %}
{{ site_name }}
Home
{% if all_gardens %} {% for garden in all_gardens %}
{{ garden.title }}
{% endfor %} {% endif %} {% if current_user.is_authenticated %}
Editor
{% if current_user.is_admin() %}
Users
{% endif %}
Change Password
Logout
{% endif %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}