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

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