feat: add basic blog features

This commit is contained in:
2026-03-09 22:17:39 +01:00
commit c16657f996
29 changed files with 3095 additions and 0 deletions

12
views/users/login.pug Normal file
View File

@@ -0,0 +1,12 @@
extends ../layout
block head
script(defer src="https://unpkg.com/@simplewebauthn/browser/dist/bundle/index.umd.min.js")
script(defer src="/javascripts/user-login.js")
block content
h2 Login
form
label(for="username") Username
input(type="text" name="username" autocomplete="webauth" placeholder="Username")
input(type="submit" value="Login with passkey")