blob: a7aa2eaea040b65f3dfa24da80ab8b4967612b85 (
plain)
1
2
3
4
5
6
7
8
|
<div class="article">
<h2><%= @page.title %></h2>
<hr class="subtitle" />
<div id="headline_image"><%= headline_image %></div>
<%= aggregate?(@page.body) %>
</div>
<%= will_paginate(@content_collection) if @content_collection %>
|