{% extends "base.html" %} {% block title %}{{ ns.name }} — Agentic Stacks{% endblock %} {% block meta_description %}Browse stacks published by {{ ns.name }}. Domain expertise packages for AI agents.{% endblock %} {% block content %}

{{ ns.name }}

{% if ns.verified %} Verified {% endif %}
{% if stacks %}

Stacks ({{ stacks|length }})

{% for stack in stacks %} {% include "_stack_card.html" %} {% endfor %}
{% else %}

No stacks published yet.

{% endif %} {% endblock %}