webzone/src/_includes/layouts/base.pug
Sam Therapy 8a262bf8fd
Some checks failed
continuous-integration/drone/push Build is failing
change CSS themes :)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-05 19:54:19 +01:00

14 lines
198 B
Plaintext

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