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

{{ title }}

These are the movies 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 %}