BigW Consortium Gitlab

navless.html.haml 374 Bytes
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: @title
  %body{class: "#{app_theme}  application", :'data-page' => body_data_page}
    = render "layouts/broadcast"
    = render "layouts/head_panel", title: defined?(@title_url) ? link_to(@title, @title_url) : @title
    .container.navless-container
      .content
        = render "layouts/flash"
        = yield