mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-13 10:25:06 +00:00
11 lines
362 B
Plaintext
11 lines
362 B
Plaintext
mixin error(statusCode, message, withInstancesLink)
|
|
h1.code= statusCode
|
|
p.message= message
|
|
if block || withInstancesLink
|
|
p.explanation
|
|
if block
|
|
block
|
|
if withInstancesLink
|
|
a(href="https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md") You could try browsing Bibliogram on another instance.
|
|
a(href="/").back ↵ Return home
|