--- layout: "layouts/base" --- {% from "macros/date.njk" import format %} {% from "macros/utils.njk" import stars %} {% include "svgs/arrow-left.svg" %} Back to watching

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %} {% if director %}

Directed by{{ director }}

{% endif %} {% if watched %}

{{ format(watched) }}

{% endif %} {% if rating %}{{ stars(rating) }}{% endif %}
{% if watch_history.length > 1 %}

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

{% endif %} {% if favourite %}

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

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