--- layout: default pagination: data: tv.shows size: 1 alias: show permalink: "{{ show.url }}/index.html" schema: show --- {%- capture alt -%} {{ show.title }} / {{ show.year }} {%- endcapture -%} {% assign lastWatched = show | getLastWatched %} {% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching
{{ alt }}

{{ show.title }}

{% if lastWatched %}

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

{% endif %}

View on TMDB

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

My thoughts

{{ show.review | markdown }}
{% endif %} {% if show.description %}

Overview

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