16 lines
No EOL
729 B
HTML
16 lines
No EOL
729 B
HTML
---
|
|
title: Favorite movies
|
|
description: These are my favorite movies. There are many like them, but these are mine.
|
|
pagination:
|
|
data: movies.favorites
|
|
size: 24
|
|
permalink: "/watching/favorite-movies/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}.html"
|
|
schema: favorite-movies
|
|
---
|
|
<a class="icon-link" href="/watching" title="Go back to the watching index page">{% tablericon "arrow-left" %} Back to watching</a>
|
|
{% if pagination.pageNumber == 0 %}
|
|
<h2 class="watching">{{ title }}</h2>
|
|
<p>These are my favorite movies. There are many like them, but these are mine.</p>
|
|
<hr />
|
|
{% endif %}
|
|
{% render "media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination, shape:"poster" %} |