{% extends "base.html" %} {% block content %}
โš”

Arsenal

FORGED BLADES
{% for a in agents %}
{{ a.icon or "โ—†" }}
{{ a.name }}
v{{ a.version }} ยท {{ a.state }}
{% else %}
No forged blades in the Arsenal yet.
{% endfor %}
๐Ÿ›ก Select a blade from the Arsenal to inspect its temper, purpose and edge.
{% endblock %}