{{#if descBlockExists }}
{{#if isPatternView }}

{{ patternName }} {{#if patternState }} {{/if }}

{{/if }} {{#if patternDescExists }}
{{{ patternDesc }}} {{#if patternDescAdditions }} {{{ patternDescAdditions }}} {{/if }}
{{/if }} {{#if lineageExists }}

The {{ patternName }} pattern contains the following patterns: {{#each lineage }} {{ lineagePattern }} {{#if lineageState }} {{/if }} {{#if hasComma }}, {{/if }} {{/each }}

{{/if }} {{#if lineageRExists }}

The {{ patternName }} pattern is included in the following patterns: {{#each lineageR }} {{ lineagePattern }} {{#if lineageState }} {{/if }} {{#if hasComma }}, {{/if }} {{/each }}

{{/if }} {{#if annotationExists }}

Annotations

    {{#each annotations }}
  1. {{ title }}

    {{{ comment }}}
  2. {{/each }}
{{/if }}
{{/if }}
{{#each panels }}
{{{ content }}}
{{/each }}