{{ 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.lastWatched %}Last watched on {{ movie.lastWatched | date: "%B %e, %Y" }}.{% endif %} View on TMDB {% 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 %} {% if movie.description %} Overview {{ movie.description | markdown }} {% endif %}