{{ prompt._search_highlights.description_snippet | safe_highlight }}
{% elif prompt._search_highlights.content_snippet %}{{ prompt._search_highlights.content_snippet | safe_highlight }}
{% else %}{{ prompt.description or (prompt.content[:100] + '...' if prompt.content|length > 100 else prompt.content) }}
{% endif %} {% else %}{{ prompt.description or (prompt.content[:100] + '...' if prompt.content|length > 100 else prompt.content) }}
{% endif %}No prompts match your search for "{{ query }}".
Try:
Start typing to search through your prompts.
{% endif %} Create New Prompt