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
|
|
|
|
2010-12-14 17:00:12 +00:00
|
|
|
= include_javascripts :box
|
|
|
|
= include_stylesheets :box, :media => 'screen'
|
2010-07-28 00:42:33 +00:00
|
|
|
|
2010-04-22 23:52:11 +00:00
|
|
|
/ [if IE]
|
2010-12-14 17:00:12 +00:00
|
|
|
= include_stylesheets :ie, :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
|