docbrown/app/views/pages/_placeholder.html.erb
2020-10-09 18:07:49 -04:00

9 lines
415 B
Text

<% title "#{title} #{community_qualified_name}" %>
<div class="crayons-layout crayons-layout--limited-l">
<div class="crayons-card text-styles text-padding">
<h1 class="fs-3xl s:fs-4xl l:fs-5xl fw-bold s:fw-heavy lh-tight mb-4 mt-0"><%= title %></h1>
<p>The production <%= title %> page is a page generated at <a href="/admin/pages">/admin/pages</a>! This one is just a placeholder.</p>
</div>
</div>