Your Prompts

{% if stats %}
{{ stats.total_prompts }} prompts total {% if selected_category %} | {{ stats.by_category.get(selected_category, 0) }} in {{ selected_category }} {% endif %}
{% endif %}
{% if prompts %} {% for prompt in prompts %} {% include 'partials/prompt_card_htmx.html' %} {% endfor %} {% else %}
📝

No Prompts Found

{% if selected_category %}

No prompts found in the {{ selected_category }} category.

View All Prompts {% else %}

Start by creating your first prompt to organize your AI interactions.

{% endif %} Create Your First Prompt
{% endif %}