title()`. This note template renders a blog article. It uses the `$page->cover()` method from the `note.php` page model (/site/models/page.php) It also receives the `$tag` variable from its controller (/site/controllers/note.php) if a tag filter is activated. Snippets like the header and footer contain markup used in multiple templates. They also help to keep templates clean. More about templates: https://getkirby.com/docs/guide/templates/basics */ ?> cover()): ?> <?= $cover->alt()->esc() ?>

title()->esc() ?>

subheading()->isNotEmpty()): ?>

subheading()->esc() ?>

text()->toBlocks() ?>