compass/doc-src/layouts/post.haml
2011-04-17 01:49:19 -07:00

5 lines
124 B
Plaintext

- render "blog" do
%h1= @item[:title]
%h2 By #{@item[:author]}
= yield
-#comments= render "partials/disqus_comments"