2010-04-22 23:52:11 +00:00
|
|
|
!!! XML
|
|
|
|
!!!
|
|
|
|
%html{ :xmlns => 'http://www.w3.org/1999/xhtml' }
|
|
|
|
%head
|
2010-10-27 00:11:44 +00:00
|
|
|
%title= yield(:head_title) || escape_once("#{Locomotive.config.name} — #{current_site.name}")
|
2010-07-23 23:57:18 +00:00
|
|
|
|
2011-11-03 13:01:08 +00:00
|
|
|
= javascript_include_tag 'locomotive/jquery.js'
|
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
|
|
|
|
|
2011-11-04 15:55:51 +00:00
|
|
|
/ [if IE]
|
2011-11-08 14:34:25 +00:00
|
|
|
= stylesheet_link_tag 'locomotive/ie', :media => 'screen'
|
2011-11-04 15:55:51 +00:00
|
|
|
|
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
|