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

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