summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates/public/title_only.html.erb
blob: 09c74559327df061ebaae5db8c6dfa043a9c61b4 (plain)
1
2
3
4
5
6
7
<div class="article">
  <h2 class="headline"><%= @page.title %></h2>
  <div id="headline_image"><%= headline_image %></div>
  <%= aggregate?(@page.body) %>
</div>

<%= will_paginate(@content_collection) if @content_collection %>