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

13 lines
204 B
Plaintext
Raw Normal View History

2013-10-20 22:04:01 +02:00
doctype html
html
head
title zero-knowledge
body
header
h1 zero-knowledge
h2 noch ohne blub
#content
- for post in DB[:posts] do
article
= post[:title]