summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates/public/no_date_and_author.html.erb
blob: fa39e542fa8e8ba5e72af98100039e906b907de5 (plain)
1
2
3
4
5
6
7
8
<div class="article" lang="<%= @page.effective_lang %>">
  <h2 class="headline"><%= @page.title %></h2>
  <p><%= sanitize( @page.abstract ) %></p>
  <div id="headline_image"><%= headline_image %></div>
  <%= aggregate?(@page.body) %>
</div>

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