compass/doc-src/layouts/post.haml

5 lines
124 B
Plaintext
Raw Normal View History

2011-04-17 08:48:44 +00:00
- render "blog" do
%h1= @item[:title]
%h2 By #{@item[:author]}
= yield
-#comments= render "partials/disqus_comments"