feat: implement typed List template page for plants
This commit is contained in:
parent
1b22c8d118
commit
4e92c02e63
10 changed files with 208 additions and 36 deletions
5
templates/li/plant.html
Normal file
5
templates/li/plant.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% import "components/plant.html" as comp_plant %}
|
||||
|
||||
<li>
|
||||
{{ comp_plant::name(plant=item) }}
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue