@if (!path()) {

{{ texts.emptyNoSelection.title }}

{{ texts.emptyNoSelection.descPrefix }} {{ texts.emptyNoSelection.listLink }} {{ texts.emptyNoSelection.descMiddle }} {{ texts.emptyNoSelection.graphLink }} {{ texts.emptyNoSelection.descSuffix }}

} @else if (!node()) {

{{ texts.emptyNotFound.title }}

{{ path() }} {{ texts.emptyNotFound.descSuffix }} {{ texts.emptyNotFound.backLink }} {{ texts.emptyNotFound.descAfterLink }}

} @else { @let n = node()!; @let fm = n.frontmatter;
@if (mode() === 'standalone') { {{ texts.backToList }} }
@if (headerSupersededBy(); as sup) {
{{ texts.supersededByBanner(sup) }}
} @if (bumpError(); as err) {
{{ err }}
} @if (fm.description) {

{{ fm.description }}

} @if (debugVisible()) {
}
@if (mode() === 'standalone') { } @if (issues().length > 0) {
{{ texts.placeholders.findingsTitle }} {{ issues().length }}
    @for (issue of issues(); track $index) {
  • {{ issue.severity }} {{ issue.analyzerId }}

    {{ issue.message }}

    @if (issue.fix?.summary; as fixSummary) {

    Hint: {{ fixSummary }}

    }
  • }
} @else if (mode() === 'standalone') { } @if (n.sidecar?.present || authorTags().length > 0) { } @if (hasVendorFrontmatter()) { }
@if (n.bytesTotal !== undefined) {
{{ texts.stats.bytes }}
{{ n.bytesTotal }}
} @if (n.tokensTotal !== undefined) {
{{ texts.stats.tokens }}
{{ n.tokensTotal }}
}
{{ texts.stats.links }}
{{ n.linksOutCount ?? 0 }} {{ texts.stats.out }} · {{ n.linksInCount ?? 0 }} {{ texts.stats.in }} @if (n.externalRefsCount !== undefined && n.externalRefsCount > 0) { · {{ n.externalRefsCount }} {{ texts.stats.ext }} }
@if (auditExpanded()) { } @if (hasPluginContributions()) { @if (pluginsExpanded()) { } } @if (hasViewContributions()) { }

{{ texts.cards.body }}

@switch (bodyState()) { @case ('loading') {

{{ texts.body.loading }}

} @case ('empty') {

{{ texts.body.empty }}

} @case ('unavailable') {

{{ texts.body.unavailable }}

} @case ('error') {

{{ texts.body.renderError }}

} @case ('ready') {
} }
}