10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
extends layout
|
|
|
|
block content
|
|
section
|
|
ul
|
|
each post in posts
|
|
li
|
|
a(href=`/posts/${post.id}`)
|
|
h2= post.title
|