--- title: Recent shows permalink: "watching/shows/recent/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.tv | reverse %} {% set tags = collections.tv | allTagCounts(["tv"]) | limit(5) %}

Recent shows

A collection of shows I've seen recently.

Tags

{{ grid(data) }}