21 lines
543 B
Plaintext
21 lines
543 B
Plaintext
!!! XML
|
|
!!!
|
|
%html{ :xmlns => 'http://www.w3.org/1999/xhtml' }
|
|
%head
|
|
%title= yield(:head_title) || escape_once("#{Locomotive.config.name} — #{current_site.name}")
|
|
|
|
= javascript_include_tag 'jquery.js'
|
|
= stylesheet_link_tag 'locomotive/not_logged_in', :media => 'screen'
|
|
|
|
= yield :head
|
|
|
|
/ [if IE]
|
|
= stylesheet_link_tag 'locomotive/ie', :media => 'screen'
|
|
|
|
%body{ :class => controller.controller_name }
|
|
#wrapper
|
|
#light.container
|
|
#panel.container
|
|
%h1!= title
|
|
|
|
= yield |