0
0
zero-blog/templates/posts/index.html.slim

20 lines
465 B
Plaintext
Raw Normal View History

doctype 5
2013-10-20 22:04:01 +02:00
html
head
title zero-knowledge
body
header
h1 zero-knowledge
h2 noch ohne blub
#content
- for post in fetch(:posts)
article
header
h1
a href="/post/#{post[:post_id]}"= post[:title]
footer
.author=post[:username]
.date= post[:written].strftime('%Y-%m-%d')
.time= post[:written].strftime('%H-%M')
section= post[:content]