{{ show.title }}{%- if show.year %} ({{ show.year }}){%- endif -%} {%- if lastWatched -%} {%- capture lastWatchedText -%} {%- if show.episodes -%} I last watched {{ show.episodes | lastWatchedEpisode }} on {{ lastWatched | date: "%B %e, %Y" }}. {%- else -%} Last watched on {{ lastWatched | date: "%B %e, %Y" }}. {%- endif -%} {%- endcapture -%} {{ lastWatchedText }} {%- 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 %}