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