0
0
Fork 0
zero-blog/views/index.haml

6 lines
122 B
Plaintext
Raw Normal View History

2011-06-24 15:40:37 +02:00
-@posts.each do |post|
%article
%header
%h1=post.title
2011-06-30 21:16:10 +02:00
%section.content=markup(post.content, post.markup)