{{ page.title or (track.title if track else 'Track') }}
{% if page.description or (track.description if track else None) %}{{ page.description or (track.description if track else '') }}
{% endif %}Track Contents
{{ item_page.title }}
{% if item_page.description %}{{ item_page.description }}
{% endif %}Section {{ loop.index }}: Page Not Found
Could not find page: {{ item_slug }}
Track Not Found
Could not find a track definition with ID {{ track_id }} in
site/data/tracks.yaml.
Please ensure the page slug matches the track key, or set track_id in
frontmatter.