10 lines
360 B
Text
10 lines
360 B
Text
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head", title: "Search"
|
|
%body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page}
|
|
= render "layouts/broadcast"
|
|
= render "layouts/head_panel", title: link_to("Search", search_path)
|
|
.container.navless-container
|
|
.content
|
|
= render "layouts/flash"
|
|
= yield
|