mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 13:17:30 +00:00
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
//- Needs title, message, statusCode, ?explanation, withInstancesLink
|
|
|
|
include includes/error.pug
|
|
|
|
doctype html
|
|
html
|
|
head
|
|
title= `${title} | Bibliogram`
|
|
include includes/head
|
|
body.error-page
|
|
+error(statusCode, message, withInstancesLink)
|
|
if explanation
|
|
=explanation
|