10 lines
238 B
Text
10 lines
238 B
Text
!!! 5
|
|
%html{ :lang => "en"}
|
|
= render "layouts/head"
|
|
%body{:class => "#{app_theme} application"}
|
|
= render "layouts/flash"
|
|
= render "layouts/head_panel", :title => ""
|
|
.container
|
|
.content
|
|
%br
|
|
%h3= yield
|