You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
262 B
Plaintext

html
head
title My Site - #{title}
block scripts
script(src='/jquery.js')
body
ul
each route in routes
li
a(href=route.link)= route.name
block content
block foot
#footer
p some footer content