{{^is "home"}}{{meta_title}} - {{/is}}{{@site.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 style overrides the accent color to match the one from the Admin --}}
{{!-- These variables are used to make the search form work --}}
{{#if @custom.enable_native_search}}
{{/if}}
{{#if @custom.search_api_key}}
{{/if}}
{{!-- This variable disbale the fade animation when it's enabled --}}
{{#if @custom.disable_fade_animation}}
{{/if}}
{{!-- This script sets the correct theme mode (light or dark) --}}
{{!-- All the main content gets inserted here, index.hbs, post.hbs, etc --}}
{{{body}}}
{{!-- Search form --}}
{{^if @custom.enable_native_search}}
{{> search}}
{{/if}}
{{!-- The footer --}}
{{> footer}}
{{!-- 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}}