{% extends "default" %} {% block titlevariable %} {% set title = "TV" %} {% endblock %} {% block content -%}

TV Commentary

Sometimes when I'm watching TV shows (mostly sci-fi ones) I write commentary on them (don't expect anything too insightful). I generally post these on the fediverse and publish them here at the end of a season. Some of the series below are incomplete, for various reasons. Spoilers abound, obviously.

{% for entry in index_entries %}

{{ entry.title }}

{{ entry.episode_count }} entr{% if entry.episode_count == 1 %}y{% else %}ies{% endif %}. Last updated on

{% endfor %} {%- endblock %}