{{ 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 %}