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