<% if !@h then @h='h1' end %>
<<%= @h %>><%= @item[:title]%>
<% if @item.attributes.has_key?(:subtitle) then %>
<%= @item[:subtitle] %>
<% end %><%= @h %>>
<%if @item[:kind]=='article' %>
<% end %>
<% if @extended then %>
<%= article_summary(@item) %>
<% end %>