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

Recent movies

A collection of movies I've seen recently.

Tags

{{ grid(data) }}