
h1 pages
aside
  form(action="/pile/page/new", method="post")
    input(type="submit")
  ul
    each page in pages
      li= page
main
  p= "elm goes here"