layouts/article_box.erb
1 2 3 4 5 6 7 8 9 10 11 12
----- filter: erb ----- <article id="a_<%= @item[:permalink] %>"> <header> <h1><a href="<%= @item.identifier %>"><%= @item[:title]%></a></h1> <% unless @item[:subtitle].blank? then %> <h2><%= @item[:subtitle] %></h2> <% end %> </header> </article>