summaryrefslogtreecommitdiff
path: root/app/views/layouts/navless.html.haml
blob: a3b55542bf7d1ac38a9e3cf4ac9be431f0c90ecf (plain)
1
2
3
4
5
6
7
8
9
10
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: @title
  %body{class: "#{app_theme} #{theme_type} 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