{% extends "dashboard/base.html" %} {% set active_page = 'overview' %} {% block title %}Dashboard - CmdForge{% endblock %} {% block dashboard_content %}

Published Tools

{{ stats.tools_count }}

Total Downloads

{{ stats.total_downloads|format_number }}

API Tokens

{{ stats.tokens_count }}

Your Tools

+ Publish New Tool
{% if tools %} {% if tools|length > 5 %}
View all {{ tools|length }} tools
{% endif %} {% else %}

You haven't published any tools yet.

Publish Your First Tool
{% endif %}
{% if recent_activity %}

Recent Activity

{% endif %} {% endblock %}