<% flash.each do |type, msg| %> <%= render GovukComponent::NotificationBannerComponent.new( title_text: 'Success', success: true, title_heading_level: 3, title_id: "swanky-notifications") do |notification_banner| notification_banner.heading(text: msg) end %> <% end %> <%= yield %>