{{ prompt.title }}

{{ prompt.category.title() }} Created: {{ prompt.created_at[:10] }} {% if share_info and share_info.access_count > 1 %} {{ share_info.access_count }} views {% endif %}
{{ prompt.content.split()|length }} words {{ (prompt.content.split()|length * 1.3)|round|int }} tokens {% set template_vars = prompt.content|regex_findall('\{\{[^}]+\}\}')|length %} {% if template_vars > 0 %} {{ template_vars }} variable{{ 's' if template_vars != 1 else '' }} {% endif %}
{% if prompt.description %}

{{ prompt.description }}

{% endif %} {% if prompt.tags %}
{% for tag in prompt.tags %} {{ tag }} {% endfor %}
{% endif %}

Prompt Content

{{ prompt.content }}
{% if share_info %}
Share Info: This prompt was shared on {{ share_info.created_at_readable[:10] }}. {% if share_info.expires_at_readable %} Share expires on {{ share_info.expires_at_readable[:10] }}. {% else %} This share link does not expire. {% endif %}
{% endif %}