!!! %html.body-full-height{ lang: 'en' } %head %title= Para.config.admin_title || ::I18n.t('para.admin.title') %meta{ charset: 'utf-8' }/ %meta{ content: 'IE=edge', 'http-equiv' => 'X-UA-Compatible' }/ %meta{ content: 'width=device-width, initial-scale=1', :name => 'viewport' }/ = stylesheet_link_tag 'para/admin', media: 'all' / HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries / WARNING: Respond.js doesn't work if you view the page via file:// /[if lt IE 9] = csrf_meta_tags %body{ class: admin_body_class } = render partial: template_path_lookup('admin/shared/_navigation', 'para/admin/shared/_navigation') = render partial: template_path_lookup('admin/shared/_header', 'para/admin/shared/_header') .container-fluid.page-content.admin-main-page-content = render partial: template_path_lookup('admin/shared/_flash', 'para/admin/shared/_flash') = yield = turbo_frame_tag "para_admin_modal", data: { controller: "para-admin-modal" } = javascript_include_tag 'para/admin', :'data-turbo-eval' => false, :'data-turbo-suppress-warning' => true