2012-02-22 06:14:54 +01:00
|
|
|
!!! 5
|
2012-08-11 00:07:50 +02:00
|
|
|
%html{ lang: "en"}
|
2012-11-28 18:40:54 +01:00
|
|
|
= render "layouts/head", title: "Error"
|
2012-08-11 00:07:50 +02:00
|
|
|
%body{class: "#{app_theme} application"}
|
2012-02-22 06:14:54 +01:00
|
|
|
= render "layouts/flash"
|
2012-08-11 00:07:50 +02:00
|
|
|
= render "layouts/head_panel", title: ""
|
2012-02-22 06:14:54 +01:00
|
|
|
.container
|
|
|
|
.content
|
2012-08-16 08:13:50 +02:00
|
|
|
%center.padded.prepend-top-20
|
|
|
|
= yield
|