11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%meta{:charset => "utf-8"}/
|
|
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
|
|
%title= current_page.data.title || "The Middleman"
|
|
= stylesheet_link_tag "all"
|
|
= javascript_include_tag "all"
|
|
= partial 'gtm'
|
|
%body.full-screen-height.vertical-center
|
|
= yield |