6 lines
154 B
HTML
6 lines
154 B
HTML
{% import "components/plant.html" as comp_plant %}
|
|
|
|
<h2>Plants</h2>
|
|
{{ comp_plant::list(plants=plants) }}
|
|
<h3>Add new plant</h3>
|
|
{{ comp_plant::form() }}
|