mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
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
|