{{#each types}}
{{#if ../isTarget}}
**{{getHierachySymbol this}}{{this}}**
{{else}}

{{getHierachySymbol this}} {{> type}}

{{/if}}
{{#if @last}}
{{#with ../next}}
{{> hierarchy}}
{{/with}}
{{/if}}
{{getNewLine}}
{{/each}}
