%article %header %h1 %a{:href => domain("/post/#{@post.id}")}=@post.title %footer .author=@post.account.username .date .day=@post.written.strftime('%d') .month=@post.written.strftime('%B') .year=@post.written.strftime('%Y') .time .hour=@post.written.strftime('%H') .minute=@post.written.strftime('%M') %section~markup(@post.content, @post.markup)