mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
beef97fd5d
Former-commit-id: e26a5701e00ec055f3bcf693c1980c7d22147310
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
doctype html
|
|
html
|
|
include templates/header.pug
|
|
body
|
|
h1 My Site
|
|
p {{ bold "Welcome to my super lame site."}}
|
|
include templates/footer.pug |