summaryrefslogtreecommitdiff
path: root/app/views/layouts/public_users.html.haml
blob: 37767df33d2acdc52f3101bf99a5f383d0936ead (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: @title
  %body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page}
    = render "layouts/public_head_panel", title: @title
    = render 'layouts/page'