1
0
Fork 0
auth.rxbn.de/bin/web/views/blocks/error/permission.pug

13 lines
533 B
Plaintext

append var
if((!breadcrumb && !title) || overwrite_vars)
- var breadcrumb = {0: {"name": "authRXBN", "href": "/"}, 1: {"name": "401 - Permission needed", "active": true}};
- var title = "Me so sooryy";
.uk-flex.uk-margin-medium-top.uk-margin-medium-bottom
div(class="uk-width-auto uk-width-1-4@s")
.uk-flex.uk-flex-auto.uk-flex-column.uk-flex-center.uk-margin-left.uk-margin-right
h1 You so sorry.
p You are in the wrong circles.
a(href="/").uk-button.uk-button-default Home
div(class="uk-width-auto uk-width-1-4@s")