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

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