{% extends "base.html" %} {% block title %}{{ rel_path }} ยท cuesheet{% endblock %} {% block content %} cassettes / {{ rel_path }} {# This whole region re-fetches when the cassette file changes. #} {% include "_cassette_body.html" %} {% endblock %}