#### Headers

{{#each params as |param|}}
{{#equal param.in 'header'}}
{{#if param.name}}
##### {{param.name}}
{{/if}}

{{#if param.description}}
{{{param.description}}}
{{/if}}

{{> parameter param=param paramName=param.name hideTitle=true}}

{{/equal}}
{{/each}}
