blob: 730f3d092774a05d2d7540d681eab6bfb45433dc (
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: @title
.container.navless-container
.content
= render "layouts/flash"
= yield
|