mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 15:12:57 +00:00
Complete Django AI agent marketplace with security optimizations and clean deployment documentation without any API keys or secrets. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
265 B
HTML
9 lines
265 B
HTML
<div class="agent-header">
|
|
<div>
|
|
<h1 class="agent-title">{{ agent_title }}</h1>
|
|
<p class="agent-subtitle">{{ agent_subtitle }}</p>
|
|
</div>
|
|
<div class="header-controls">
|
|
{% include "components/wallet_card.html" %}
|
|
</div>
|
|
</div> |