{% extends "admin/base.html" %} {% block title %}Bots — cmdop admin{% endblock %} {% block content %} {# Plan 42 decomposition — this page used to be ~650 lines of HTML+JS in one file. Partials live under admin/components/bots/, the Alpine component is in static/admin/bots/bots.js. Each {% include %} is a leaf — no nested includes — so the layout is obvious from this file. #} {% from 'admin/components/ui.html' import page_header %}