Edit/delete bookmarks feature

This commit is contained in:
2022-05-30 13:28:46 +09:30
parent 226fa4a143
commit 173474d23f
8 changed files with 117 additions and 4 deletions

7
web/templates/edit.html Normal file
View File

@@ -0,0 +1,7 @@
<div class="grid-x grid-padding-x">
<div class="large-12 cell">
<h5>Edit</h5>
{{ template "edit_form.html" . }}
</div>
</div>