extends base

block content
  .aux
    section
      ul
        each post in posts
          li: a(href="#{base_url}#{post.permalink}") #{post.name}
