2013-10-09 12:30:53 +02:00
|
|
|
!!!
|
|
|
|
= partial "layouts/head/ie"
|
2012-09-10 01:37:46 +02:00
|
|
|
<!--[if gt IE 8]><!-->
|
2013-10-09 12:30:53 +02:00
|
|
|
%html.no-js(lang="en"){:class => data.page.head_classes}
|
2012-09-10 01:37:46 +02:00
|
|
|
<!--<![endif]-->
|
|
|
|
%head
|
2013-10-09 12:30:53 +02:00
|
|
|
%title= page_title
|
|
|
|
= partial "layouts/head/meta"
|
|
|
|
= partial "layouts/head/stylesheets"
|
|
|
|
= partial "layouts/head/javascripts"
|
|
|
|
= partial "layouts/head/link"
|
2012-10-30 05:19:53 +01:00
|
|
|
|
2013-10-09 12:30:53 +02:00
|
|
|
%body{class: page_classes}
|
2012-11-28 12:59:42 +01:00
|
|
|
.page
|
2013-10-09 12:30:53 +02:00
|
|
|
= partial "layouts/regions/toolkit"
|
|
|
|
= partial "layouts/regions/browsehappy"
|
|
|
|
= partial "layouts/regions/alert"
|
|
|
|
.pop-stripe
|
|
|
|
= partial "layouts/regions/banner"
|
|
|
|
= partial "layouts/regions/page_header"
|
2012-11-29 18:33:08 +01:00
|
|
|
|
2013-10-09 12:30:53 +02:00
|
|
|
=yield
|
2012-11-28 12:59:42 +01:00
|
|
|
|
2013-10-09 12:30:53 +02:00
|
|
|
.alert.release
|
|
|
|
.container
|
|
|
|
:markdown
|
|
|
|
* Current Release: Media Mark (3.2.1)
|
|
|
|
* [Release Notes](#)
|
|
|
|
* [Fork Sass on Github](#)
|
|
|
|
|
|
|
|
= partial "layouts/regions/section_bottom"
|
|
|
|
= partial "layouts/regions/contentinfo"
|
|
|
|
= partial "layouts/foot/javascripts"
|