{% extends base_template %} {% load liveops i18n %} {% block title %}{{ object.live_title }} — {% trans "demo" %}{% endblock %} {% block content %}

← {% trans "Back to demos" %}

{{ object.live_title }}

{# Scripts (htmx + channels_broadcast + liveops.js) are loaded once by #} {# base.html, so this host page must not re-include them. #} {% live_operation object %} {% endblock %}