<div class=“page”>

<div class="hd">
  <h1><%== @page.title %></h1>
</div>

<div class="bd">
  <%= @page.body_rendered %>
</div>

</div>