{{!-- Document Settings --}} {{!-- Base Meta --}} {{meta_title}} {{!-- Preload assets --}} {{!-- This #block helper will try to preload page-specific assets --}} {{{block "preload"}}} {{!-- Styles & Scripts --}} {{!-- This #block helper will inject a stylesheet for a specific page --}} {{{block "styles"}}} {{!-- This #block helper will pull data from the hero partial to inject styles of the hero image to make it responsive --}} {{{block "herobackground"}}} {{!-- This tag outputs SEO meta+structured data and other important settings --}} {{ghost_head}} {{!-- This variable is used to make the search form work --}} {{!-- All the main content gets inserted here, index.hbs, post.hbs, etc --}} {{{body}}} {{!-- Search form --}} {{> search}} {{!-- The footer --}} {{> footer}} {{!-- Notifications alerts --}} {{> "notifications"}} {{!-- Common scripts shared between pages --}} {{!-- 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}}