{{/* A shortcode whose markup needs a stylesheet, demonstrating that the theme — not the engine — decides which assets a call pulls in (ADR-0079). The engine renders `assets:tally` once however many times ::tally is called, and not at all on a page that never calls it. */}} {{define "tally"}}

{{.Args.label}}: {{.Args.count}}

{{end}} {{define "assets:tally"}} {{end}}