doctype html
html lang=I18n.locale
head
title= site_page_title
= render 'meta'
= csrf_meta_tags
/! Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
= stylesheet_link_tag "theme1/application", :media => "all"
link href="/favicon.ico" rel="shortcut icon"
link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'
body
.header-nav-banner
= render 'theme1/header'
#content-header.show-for-large-up
.left
.right
.container
.top-ribbon
#main-wrap.with-subnavigation
.container
.row
.small-12.medium-4.large-3.columns
#page-subnavigation= render "theme1/sub_navigation"
.small-12.medium-8.large-9.columns.main-inner
= render 'theme1/alerts'
- if @page && @page.title.present?
h1.page-title= @page.title
= yield
= render 'theme1/footer'
= javascript_include_tag "theme1/application"