{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}{{ title }}{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Back To Agents

{{ title }}

{% if related_paths %} {% endif %}
{{ content or 'No generated content yet. Queue the relevant agent first.' }}
{% endblock %}