2021-06-17 14:10:22 -04:00
|
|
|
- page_classes = page_class.push(@html_class).flatten.compact
|
|
|
|
|
|
|
|
!!! 5
|
|
|
|
%html{ lang: I18n.locale, class: page_classes }
|
|
|
|
= render "layouts/head"
|
|
|
|
%body{ data: body_data }
|
|
|
|
= header_message
|
|
|
|
= render 'peek/bar'
|
|
|
|
= render "layouts/header/empty"
|
|
|
|
.layout-page
|
2021-06-24 20:08:34 -04:00
|
|
|
.content-wrapper.content-wrapper-margin.gl-md-pt-11.gl-xs-pt-6
|
2021-06-17 14:10:22 -04:00
|
|
|
.alert-wrapper.gl-force-block-formatting-context
|
|
|
|
= render "layouts/broadcast"
|
|
|
|
.limit-container-width{ class: container_class }
|
|
|
|
%main#content-body.content
|
2021-06-24 20:08:34 -04:00
|
|
|
= render "layouts/flash" unless @hide_flash
|
2021-06-17 14:10:22 -04:00
|
|
|
= yield
|
|
|
|
= footer_message
|