code: updating justfile with watch command, adding logging functionality, control+c detection, host/port loading from env, and a file listing example for an alternative source besides databases
This commit is contained in:
5
templates/admin/items/list_items.html
Normal file
5
templates/admin/items/list_items.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if item_list %}
|
||||
{% for item in item_list %}
|
||||
poop: {{ item}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user