<%= content_for?(:page_title) ? yield(:page_title) : "GOV.UK - The best place to find government services and information" %>
<%= stylesheet_link_tag "govuk-template.css", integrity: true, crossorigin: "anonymous" %>
<%= stylesheet_link_tag "govuk-template-print.css", media: "print", integrity: true, crossorigin: "anonymous" %>
<%= stylesheet_link_tag "fonts.css", media: "all", integrity: true, crossorigin: "anonymous" %>
<%# the colour used for mask-icon is the standard palette $black from
https://github.com/alphagov/govuk_frontend_toolkit/blob/master/stylesheets/colours/_palette.scss %>
">
">
">
">
<%# the colour used for theme-color is the standard palette $black from
https://github.com/alphagov/govuk_frontend_toolkit/blob/master/stylesheets/colours/_palette.scss %>
<%= yield :head %>
<%# The default og:image is added below :head so that scrapers see any custom metatags first, and this is just a fallback %>
">
>
<%= yield :body_start %>
<% end %>
<%= yield :after_header %>
<%= content_for?(:content) ? yield(:content) : yield %>
<%= javascript_include_tag "govuk-template.js", integrity: true, crossorigin: "anonymous" %>
<%= yield :body_end %>
<%# if no GOVUK-namespaced module has loaded we can assume JS has failed and remove the class %>