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

8 lines
164 B
Plaintext
Raw Normal View History

2020-01-30 03:05:43 +00:00
mixin error(statusCode, message)
h1.code= statusCode
p.message= message
if block
p.explanation
block
a(href="javascript:history.back()").back ← Go back?