<% if flash.notice && !flash.notice.include?("translation missing") %> - <%= govuk_notification_banner( - title_text: "Success", - success: true, title_heading_level: 3, - title_id: "flash-notice", - role: "alert" - ) do |notification_banner| - notification_banner.with_heading(text: flash.notice.html_safe) - if flash[:notification_banner_body] - tag.p flash[:notification_banner_body]&.html_safe - end - end %> + <% if flash[:notification_banner_two_thirds] %> +
+
+ <%= notification_banner %> +
+
+ <% else %> + <%= notification_banner %> + <% end %> <% end %> <%= content_for?(:content) ? yield(:content) : yield %>