@let n = node();

{{ n.frontmatter.name }}

{{ n.path }}
@if (headerIsStale()) { } @if (headerStability() === 'experimental') { } @if (headerStability() === 'deprecated') { } @if (headerVersion(); as v) { {{ v }} } @if (mode() === 'embedded') { }
@if (showActionMocks()) {
Actions
} @if (headerTools().length > 0) {
@for (tool of headerTools(); track tool) { {{ tool }} }
}