mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 21:27:30 +00:00
49ad9ee434
Closes #43
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
//- Needs path, couldBeUsername
|
|
|
|
include includes/error
|
|
|
|
doctype html
|
|
html
|
|
head
|
|
title Not found | Bibliogram
|
|
include includes/head
|
|
|
|
body.error-page
|
|
+error(404, "Page not found.")
|
|
if couldBeUsername
|
|
| Trying to access a user? #[a(href=`/u${path}`) Visit @#{path.slice(1)}]
|