mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
e1f25eb098
Also, the HandleDir accepts both string and http.FileSystem (interface{}) (like the view's fs)
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 |