2010-04-22 23:52:11 +00:00
|
|
|
!!! XML
|
|
|
|
!!!
|
|
|
|
%html{ :xmlns => 'http://www.w3.org/1999/xhtml' }
|
|
|
|
%head
|
2012-01-27 01:27:26 +00:00
|
|
|
%title= escape_once(title || "#{Locomotive.config.name} — #{current_site.name}")
|
2010-07-23 23:57:18 +00:00
|
|
|
|
2012-01-20 13:46:09 +00:00
|
|
|
= javascript_include_tag 'locomotive/not_logged_in'
|
2011-11-04 15:55:51 +00:00
|
|
|
= stylesheet_link_tag 'locomotive/not_logged_in', :media => 'screen'
|
2010-07-23 23:57:18 +00:00
|
|
|
|
2010-10-27 00:11:44 +00:00
|
|
|
= yield :head
|
|
|
|
|
2010-10-29 15:40:58 +00:00
|
|
|
%body{ :class => controller.controller_name }
|
2010-04-22 23:52:11 +00:00
|
|
|
#wrapper
|
|
|
|
#light.container
|
|
|
|
#panel.container
|
2010-10-27 00:11:44 +00:00
|
|
|
%h1!= title
|
2010-04-22 23:52:11 +00:00
|
|
|
|
|
|
|
= yield
|