{% if start_href %} {{ card_title }} {% else %} {{ card_title }} {% end %}
{{ badge(count ~ ' lesson' ~ ('s' if count != 1 else ''), variant='muted', cls='chirp-theme-track-card__count') }}{{ card_lede }}
{% if count > 0 %}-
{% for item_slug in card_items[:preview_limit] %}
{% let item_page = get_page(item_slug) %}
- {{ item_page?.title ?? item_slug }} {% end %} {% if count > preview_limit %}
- +{{ count - preview_limit }} more {% end %}