{% extends "base.html" %} {% block title %}MCP Matrix{% endblock %} {% block content %}
{% if stacks %}
{% for stack in stacks %} {% endfor %}
{% endif %}
{% include "partials/mcp_grid.html" %}
{% endblock %}