<% if @page.belongs_to_blog? || @page.belongs_to_forum?%> <% unless no_link %>

<%= link_to(article.name, article.url) %>

<% else %>

<%= h(@page.title) %>

<% end %> <% unless @page.lead.blank? %>
<%= @page.lead %>
<% end %> <%= show_date(@page.published_at) %> <%= _(", by %s") % (@page.author ? link_to(@page.author_name, @page.author_url) : @page.author_name) %> <% unless @no_comments %> <%= (" - %s") % link_to_comments(@page)%> <% end %> <% else %>

<%= h(@page.title) %>

<% end %>