<%# This partial renders the page header with title and optional subtitle %>
<% if local_assigns[:title].present? %>

<%= title %>

<% if local_assigns[:subtitle].present? %>

<%= subtitle %>

<% end %>
<% end %>