summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.haml
blob: babfb03223663a38980f817ab1248dd84ba3d01c (plain)
1
2
3
4
5
6
7
8
9
10
11
!!! 5
%html{ lang: "en"}
  = render "layouts/head"
  %body{class: "#{user_application_theme}", 'data-page' => body_data_page}
    -# Ideally this would be inside the head, but turbolinks only evaluates page-specific JS in the body.
    = yield :scripts_body_top

    = render "layouts/header/default", title: header_title
    = render 'layouts/page', sidebar: sidebar

    = yield :scripts_body