{{!--
This template is used for the author page.
--}}
{{!-- This block preloads specific assets for the author page --}}
{{#contentFor "preload"}}
{{/contentFor}}
{{!-- This block loads specific styles for the author 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 --}}
{{#author}}
{{> header background=cover_image}}
{{/author}}
{{!-- Everything inside the #author tags pulls data from the author --}}
{{#author}}
{{!-- Inject styles of the hero image to make it responsive --}}
{{> hero background=cover_image}}