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

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