Update views/layout.erb

This commit is contained in:
James 2024-11-01 17:01:38 -05:00
parent 15e6c8dff8
commit 9f00a34f7d

View file

@ -9,8 +9,9 @@
<body>
<section class="section">
<div class="container">
<h1 class="title"><%= @page_title || 'Page Title Placeholder' %></h1>
<% # maybe put a flash section here some day, what Bulma calls the Hero component I think %>
<h1 class="title">
<%= @page_title || 'Page Title Placeholder' %>
</h1>
<%== yield %>
</div>
</section>