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

11 lines
209 B
Plaintext

block var
doctype(html)
html(lang='en')
include head.pug
body(class={"error": error_page}, class=page_class)
include nav.pug
div
.uk-margin-bottom
block content
include footer.pug