!!! %html %head %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ %meta{:charset => "utf-8"}/ %meta{:content => "width=device-width, initial-scale=1, shrink-to-fit=no", :name => "viewport"}/ %title MCIEA = csrf_meta_tags = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' = stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Roboto:300,700' = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %body .container .row .col-12 = render partial: 'layouts/header' - if notice.present? %p.notice= notice - if alert.present? %p.alert= alert = yield