{{ prompt.title }}

{{ prompt.category.title() }}

{{ prompt.description or (prompt.content[:100] + '...' if prompt.content|length > 100 else prompt.content) }}

{% if prompt.tags %}
{% for tag in prompt.tags %} {{ tag }} {% endfor %}
{% endif %}
Created: {{ prompt.created_at[:10] }}