extends layout
include nav.jade
block content
h1= title
p Welcome to #{title}
form(action='/',method='post' )
input(type='text')
input(type='submit')
// Jade
ul
li
a(href="/old")|old
li
a(href="/new")|new
li
a(href='/')|hom