{% extends "base.html" %} {% from '_featured_image.html' import featured_image_block %} {% from '_archive.html' import archive_button, archived_chip %} {% block title %}{{ year_obj.year }} — Garden{% endblock %} {% block content %}
{{ featured_image_block('year', year_obj.id, year_obj.featured_image_path, year_obj.year) }}No plantings for this year yet.
{% endif %}