10 lines
267 B
Text
10 lines
267 B
Text
|
!!! 5
|
||
|
%html{ lang: "en"}
|
||
|
= render "layouts/head", title: "Error"
|
||
|
%body{class: "#{app_theme} application"}
|
||
|
= render "layouts/head_panel", title: "" if current_user
|
||
|
= render "layouts/flash"
|
||
|
.container.navless-container
|
||
|
.error-page
|
||
|
= yield
|