{{!--
This template is used for the tags page.
You must first create a page called Tags in the dashboard to enable it.
--}}
{{!-- This block preloads specific assets for the tags page --}}
{{#contentFor "preload"}}
{{/contentFor}}
{{!-- This block loads specific styles for the tags page --}}
{{#contentFor "styles"}}
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
into the {body} of the default.hbs template --}}
{{!< default}}
{{!-- Special header.hbs partial to generate the tag --}}
{{#post}}
{{> header background=feature_image}}
{{/post}}
{{#post}}
{{!-- Inject styles of the hero image to make it responsive --}}
{{> hero background=feature_image}}