35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
doctype html
|
|
html lang="en"
|
|
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='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'
|
|
|
|
body
|
|
.header-nav-banner
|
|
= render 'theme1/header'
|
|
#home-splash.show-for-large-up
|
|
#home-splash-content
|
|
#home-splash-content-inner
|
|
#home-splash-content-inner-bar
|
|
#home-splash-footer
|
|
.left
|
|
.right
|
|
#home-splash-footer-inner.content-container
|
|
#home-splash-footer-inner-bar
|
|
#main-wrap
|
|
.container
|
|
.content-top
|
|
.main-inner
|
|
= render 'theme1/alerts'
|
|
= yield :page_title
|
|
= yield
|
|
= render 'theme1/footer'
|
|
= javascript_include_tag 'theme1/application'
|