-
- {{#if model.parent}} {{! Don't show breadcrumbs on main project page, it is the root page. !}}
-
- {{#with model}}{{> breadcrumb}}{{/with}}
-
- {{/if}}
-
{{#compact}}
- {{#ifCond model.kindString "!==" "Project" }}
- {{model.kindString}}
- {{/ifCond}}
- {{model.name}}
- {{#if model.typeParameters}}
- <
- {{#each model.typeParameters}}
- {{#if @index}}, {{/if}}
- {{name}}
- {{/each}}
- >
- {{/if}}
- {{/compact}}
-
-
-
- {{#each tags}} -- {{tagName}}
- - {{#markdown}}{{{text}}}{{/markdown}}
- {{/each}}
-
- {{/if}} -