a7e0ca9e83
Present in the large majority of files of each respective type.
13 lines
414 B
Text
13 lines
414 B
Text
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head", title: "Admin area"
|
|
%body{class: "#{app_theme} admin", :'data-page' => body_data_page}
|
|
= render "layouts/broadcast"
|
|
= render "layouts/head_panel", title: "Admin area"
|
|
= render "layouts/flash"
|
|
%nav.main-nav.navbar-collapse.collapse
|
|
.container= render 'layouts/nav/admin'
|
|
|
|
.container
|
|
.content= yield
|
|
= yield :embedded_scripts
|