21 lines
621 B
Plaintext
21 lines
621 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 'admin/jquery'
|
|
|
|
= stylesheet_link_tag 'admin/blueprint/screen', 'admin/box', :media => 'screen', :cache => Rails.env.production? && !Locomotive.config.heroku
|
|
/ [if IE]
|
|
= stylesheet_link_tag('admin/blueprint/ie', :media => 'screen')
|
|
|
|
= yield :head
|
|
|
|
%body{ :class => @controller.controller_name }
|
|
#wrapper
|
|
#light.container
|
|
#panel.container
|
|
%h1!= title
|
|
|
|
= yield |