webzone/src/_includes/layouts/base.pug
Sam Therapy 967651245c
All checks were successful
continuous-integration/drone/push Build is passing
add nav
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-06 17:37:42 +01:00

15 lines
218 B
Plaintext

doctype html
html(lang=metas.lang)
head
title= title
include meta.pug
include nav.pug
body
header
h1= title
h2= subtitle
main
| !{content}
footer
include footer.html