1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-27 14:37:28 +00:00
bibliogram/src/site/pug/includes/error.pug

11 lines
345 B
Plaintext
Raw Normal View History

mixin error(statusCode, message, withInstancesLink)
2020-01-30 03:05:43 +00:00
h1.code= statusCode
p.message= message
if block || withInstancesLink
2020-01-30 03:05:43 +00:00
p.explanation
if block
block
if withInstancesLink
a(href="https://github.com/cloudrac3r/bibliogram/wiki/Instances") You could try browsing Bibliogram on another instance.
2020-06-07 06:44:18 +00:00
a(href="/").back ↵ Return home