summaryrefslogtreecommitdiff
path: root/app/views/layouts/navless.html.haml
blob: 10a0fcea2f80751d75041770a0d0758225c72c34 (plain)
1
2
3
4
5
6
7
!!! 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
    = render 'layouts/page'