--- layout: "layouts/base" --- {% from "macros/date.njk" import format %} {% from "macros/utils.njk" import stars, spoilerWarning %} {% from "macros/tags.njk" import tagList %}

{{ title }}

{% if pullquote %}

{{ pullquote }}

{% endif %}
{{ format(page.date) }}
{% if hasSpoilers %} {{ spoilerWarning() }} {% endif %} {% if watchHistory.length > 1 %}

{% include "svgs/circle-info.svg" %} I've seen this movie {{ watchHistory.length }} {{ "time" | pluralize(watchHistory) }}!

{% endif %} {% if favourite or isFavourite %}

{% include "svgs/star.svg" %} This is one of my favourite movies!

{% endif %} {% if content %}
{{ content | safe }}
{% endif %} {{ tagList(tags | filter("movie") , "/watching/movies") }}