baarkerlounger
3 years ago
2 changed files with 7 additions and 7 deletions
@ -1,9 +1,9 @@ |
|||||||
<%= content_for :title, @page_title %> |
<%= content_for :title, page_title %> |
||||||
|
|
||||||
<div class="govuk-grid-row"> |
<div class="govuk-grid-row"> |
||||||
<div class="govuk-grid-column-two-thirds-from-desktop"> |
<div class="govuk-grid-column-two-thirds-from-desktop"> |
||||||
<h1 class="govuk-heading-xl"><%= @page_title %></h1> |
<h1 class="govuk-heading-xl"><%= page_title %></h1> |
||||||
|
|
||||||
<%= @page_content %> |
<%= page_content %> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
Loading…
Reference in new issue