--- title: Recent shows permalink: "watching/recent/shows/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.tv | reverse %}

Recent shows

A collection of shows I've seen recently.

{{ grid(data) }}