12 lines
No EOL
620 B
HTML
12 lines
No EOL
620 B
HTML
---
|
|
title: Recent movies
|
|
description: These are the movies I've watched recently. There are many like them, but these are mine.
|
|
layout: default
|
|
permalink: "/recent/movies/index.html"
|
|
schema: watching
|
|
---
|
|
<a class="back-link-header link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a>
|
|
<h2 class="watching page-header">{{ title }}</h2>
|
|
<p>These are the movies I've watched recently. There are many like them, but these are mine.</p>
|
|
<hr class="large-spacing" />
|
|
{% render "partials/media/watching/backdrop-grid.liquid", mediaItems:movies.recentlyWatched, count: 99, rating: true %} |