blob: 9ce3e943f6e502364bd9c4869c6ed142d87fd27c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<div class="article">
<h2><%= @page.title %></h2>
<h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3>
<hr class="subtitle" />
<p><em><%= @page.abstract %></em></p>
<div id="headline_image"><%= headline_image %></div>
<%= aggregate?(@page.body) %>
</div>
<%= will_paginate(@content_collection) if @content_collection %>
|