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

{{ movie.title }}{%- if movie.year and not movie.rating %} ({{ movie.year }}){%- endif -%}

{%- if movie.rating -%}

{{ movie.rating }} {%- if movie.year %} ({{ movie.year }}) {%- endif -%}

{% endif -%} {%- if movie.favorite -%}

{% tablericon "heart" %} This is one of my favorite movies!

{%- endif -%} {%- if movie.tattoo -%}

{% tablericon "needle" %} I have a tattoo inspired by this movie!

{%- endif -%} {%- if movie.collected -%}

{% tablericon "circle-check" %} This movie is in my collection!

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

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

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

My thoughts

{{ movie.review | markdown }}
{% endif %} {% render "partials/blocks/associated-media.liquid", posts:movie.posts %} {% render "partials/blocks/associated-media.liquid", movies:movie.related_movies %} {% render "partials/blocks/associated-media.liquid", shows:movie.shows %} {% render "partials/blocks/associated-media.liquid", artists:movie.artists %} {% render "partials/blocks/associated-media.liquid", books:movie.books %} {% render "partials/blocks/associated-media.liquid", genres:movie.genres %} {% if movie.description %}

Overview

{{ movie.description | markdown }} {% endif %}