extends layout

block content
  h1= title
  p Welcome to #{title}
  ul
  each val in files
    li
      a(href="/preview/" + val)= val
