pixsy/node_modules/pug/examples/extend-layout.pug

10 lines
170 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
html
head
h1 My Site - #{title}
block scripts
script(src='/jquery.js')
body
block content
block foot
#footer
p some footer content