--- title: Recent shows description: These are the shows I've watched recently. There are many like them, but these are mine. layout: default pagination: data: tv.recentlyWatched size: 24 permalink: "/watching/recent/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- {% tablericon "arrow-left" "Go back" %} Go back {% if pagination.pageNumber == 0 %}

These are the shows I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).


{% endif %} {% render "partials/media/watching/grid.liquid", data:pagination %}