0
0
zero-blog/views/post_single.haml
2011-07-19 19:14:10 +02:00

8 lines
155 B
Plaintext

%article
%header
%h1=@post.title
%footer
.author=@post.account.username
.date=@post.written
%section~markup(@post.content, @post.markup)