--- layout: default pagination: data: movies.movies size: 1 alias: movie permalink: /watching/movies/{{ movie.id }}/index.html schema: movie --- {%- capture alt -%} {{ movie.title }} • {{ movie.year }}{% if move.rating %} ({{ movie.rating }}){% endif %} {%- endcapture -%} {% tablericon "arrow-left" "Go back" %} Go back
{{ alt }}

{{ movie.title }}

{% if movie.rating %}

{{ movie.rating }}

{% endif %} {% if movie.lastWatched %}

Last watched on: {{ movie.lastWatched | date: "%B %e, %Y" }}

{% endif %}

View on TMDB

{% if movie.review %} {% render "partials/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %} {{ movie.review | markdown }}
{% endif %} {% if movie.description %}{{ movie.description }}{% endif %}