bibliogram/src/site/pug/404.pug

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)}]