Add basic functionality

This commit is contained in:
2021-12-19 18:17:51 +02:00
parent 87c6ad9e6d
commit f259651ec9
18 changed files with 631 additions and 36 deletions

View File

@@ -0,0 +1,18 @@
extend templates/layout.pug
block content
.container
.center
h1 Library
.row
.col.s12
form.row(action="/library/add", method="post")
.col.s12.input-field
input#name(type="text", name="name", value=entry.name)
label(for="name") Entry Name
.col.s12.input-field
input#url(type="text", name="url", value=entry.url)
label(for="url") Entry Url
.col.s12
button.btn.black(type="submit") add entry