{% extends "base.html" %} {% from '_featured_image.html' import featured_image_thumb %} {% from '_archive.html' import show_archived_toggle %} {% block title %}Years — Garden{% endblock %} {% block content %}
+ Add year {{ years|length }} year{{ '' if years|length == 1 else 's' }} {{ show_archived_toggle(show_archived, '/years') }}

Years

{% if years %} {% else %}

No years yet. Years are created automatically when you create a planting, or you can add one manually.

{% endif %} {% endblock %}