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

8 lines
155 B
Plaintext

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