--- layout: default pagination: data: tv.shows size: 1 alias: show permalink: /watching/shows/{{ show.tmdb_id }}/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 %} {{ show.review | markdown }}
{% endif %} {% if show.description %}

Overview

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