sf-static/portfolio/node_modules/pug/examples/extend-layout.pug

10 lines
170 B
Text
Raw Normal View History

2023-02-28 18:21:07 +00:00
html
head
h1 My Site - #{title}
block scripts
script(src='/jquery.js')
body
block content
block foot
#footer
p some footer content