{% 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 %}