+
+

<%= @item[:content_for_title].nil? ? @item[:title] : @item[:content_for_title] %>

+ <% unless @item[:subtitle].nil? and @item[:content_for_subtitle].nil? %> +

+ <%= @item[:content_for_subtitle].nil? ? @item[:subtitle] : @item[:content_for_subtitle] %> +

+ <% end %> +
+ +
+
+ <%= yield %>
+
+ +
+
-
- - <% if @item[:content_for_summary] %> -
- <% @item[:content_for_summary] %> +
+ +