extends template block blog_content h2 Post Archive .recent-posts each year in postYears h3 #{year} ul.plain each post in postsByYear[year] li .secondary #{blogDate(post.date)} a.title(href=blogUrl(post)) #{post.title}