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