feat: implement typed List template page for plants

This commit is contained in:
Jef Roosens 2025-01-26 15:24:51 +01:00
parent 1b22c8d118
commit 4e92c02e63
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
10 changed files with 208 additions and 36 deletions

5
templates/li/plant.html Normal file
View file

@ -0,0 +1,5 @@
{% import "components/plant.html" as comp_plant %}
<li>
{{ comp_plant::name(plant=item) }}
</li>