sf-static/portfolio/node_modules/pug/examples/extend-layout.pug
2023-02-28 19:21:07 +01:00

10 lines
No EOL
170 B
Text

html
head
h1 My Site - #{title}
block scripts
script(src='/jquery.js')
body
block content
block foot
#footer
p some footer content