{# ── Credit meter pill ──────────────────────────────────────────────────── Drop {% include '_credit_meter.html' %} into any room's . Defaults to floating top-right, but position is overridable by wrapping the include in a positioned container with class "cm-inline" — e.g. inside a deck/budget toolbar:
{% include '_credit_meter.html' %}
Renders nothing for logged-out visitors (the /api/credits call returns 401, the JS hides the pill). The Boost button opens a one-shot top-up modal that hits Stripe Checkout and credits the balance immediately on return. No plan upgrade required. #}
·