Highlighting text ranges with Rich | python =========================================== {% for year in markata.map("date.year", filter='published')|unique %} Date: August 24, 2022 {% for year in markata.map("date.year", filter='published')|unique %} ## {{ year }} {% for post in markata.map('post', filter="published and date.year == "+year|string, sort='date') %} - [{{ post.title }} - {{ post.date.month }}/{{ post.date.day }}](/{{ post.slug }}) {% endfor %} {% endfor %}