1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 13:05:56 +00:00

Update vendor for Pug (Jade) Parser and add Iris + Pug examples in the _examples/view folder, relative to https://github.com/kataras/iris/issues/1003

Former-commit-id: e26a5701e00ec055f3bcf693c1980c7d22147310
This commit is contained in:
Gerasimos Maropoulos
2018-05-26 22:49:48 +03:00
parent 94b93484b5
commit beef97fd5d
14 changed files with 206 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
#footer
p Copyright (c) foobar

View File

@@ -0,0 +1,4 @@
head
title My Site
<!-- script(src='/javascripts/jquery.js')
script(src='/javascripts/app.js') -->

View File

@@ -0,0 +1,7 @@
doctype html
html
include templates/header.pug
body
h1 My Site
p {{ bold "Welcome to my super lame site."}}
include templates/footer.pug