1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-28 23:07:30 +00:00
bibliogram/src/site/pug/friendlyerror.pug
2020-02-18 21:03:46 +13:00

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