Files

10 lines
148 B
Plaintext
Raw Permalink Normal View History

2026-03-09 22:17:39 +01:00
extends layout
block content
section
ul
each post in posts
li
a(href=`/posts/${post.id}`)
h2= post.title