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

{{ title }}

{{ pullquote }}

{% if watchHistory.length > 1 %}

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

{% endif %} {% if favourite %}

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

{% endif %} {% if content %}
{{ content | safe }}
{% endif %}

{{ tagList(tags | filter("movie") , "/watching/movies") }}