{% extends "base.html" %} {% block title %}Docs — PyAgent Studio{% endblock %} {% block content %} {% include "_bp_banner.html" %}
Auto-rendered from{% if blueprint_name %} {{ blueprint_name }}{% else %} the loaded blueprint{% endif %}.
{{ mermaid }}
{{ markdown }}
{% else %}
No blueprint loaded to generate documentation.
{% endif %}