!!! 5
%html
%head
%title= content_for?(:title) ? yield(:title) : 'Ruby Cloud | Ruby Support | Engine Yard'
%meta{:name => "description",:content => "#{content_for?(:description) ? yield(:description) : 'Learn why Engine Yard\'s managed Rails hosting, Rails deployment & 24/7/365 live service is the best'}"}
%meta{:name => "keywords", :content => "#{content_for?(:keywords) ? yield(:keywords) : 'Ruby on Rails Fully-Managed Hosting, Scaling, Scaled, Cluster Slices, Cloud Computing, On-Demand Deployment, Merb, Rubinius, Open-Source Software'}"}
%meta{'http-equiv' => "expires", :content =>"0"}
=stylesheet_link_tag 'ey-theme'
:plain
=yield :head
- unless Rails.env == 'development' || add_js != 'true'
:plain
%body{:id => content_for?(:body_id) ? yield(:body_id) : ''}
#container
.wrapper
.header
- if add_navigation == 'true'
%h1.branding
=link_to(content_for?(:branding) ? yield(:branding) : 'Engine Yard, Inc.', '/')
#utility
Log in
%div
%ul
%li= link_to('Login to Engine Yard Cloud','https://cloud.engineyard.com')
%hr
%li= link_to('Login to Orchestra Cloud','http://my.orchestra.io')
=render('shared/global_nav')
.wrapper
#content
=additional_header if additional_header.present?