+ {{!-- Document Settings --}}
+
+
+
+ {{!-- Base Meta --}}
+ {{meta_title}}
+
+
+
+ {{!-- Styles'n'Scripts --}}
+
+
+ {{!-- This tag outputs SEO meta+structured data and other important settings --}}
+ {{ghost_head}}
+
+
+ {{!-- The #block helper will pull in data from the #contentFor other template files --}}
+ {{{block "scripts"}}}
+
+ {{!-- Ghost outputs important scripts and data with this tag --}}
+ {{ghost_foot}}
+
+
diff --git a/index.hbs b/index.hbs
index e69de29..102f48d 100644
--- a/index.hbs
+++ b/index.hbs
@@ -0,0 +1,2 @@
+{{!< default}}
+{{!-- Insert everything in this file into the {body} of the default.hbs template --}}