{% extends "base.html" %} {% block title %}Overview{% endblock %} {% block body %}

Policy Studio

Interactive UI over the Fathom rules engine. The production REST server is mounted in-process under /api; every panel below drives the same engine and shares a per-browser working-memory session.

{% for route, name, blurb in panels %}

{{ name }}

{{ blurb }}

{% endfor %} {% endblock %}