You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
295 B
Plaintext

extends layout
block pageTitle
| Blog
block content
.blog-index
h2 The PDFy Blog!
section
h3 Latest posts
for post in posts
.post
a(href="/blog/#{post.Id}/#{post.Slug}")
span.date= post.Posted
| »
span.title= post.Title
else
.post None yet!