Initial commit

This commit is contained in:
vladfaust
2015-10-20 20:21:03 +03:00
commit fd2607548b
19 changed files with 758 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
!!!
%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