{{ prompt.title }}

{{ prompt.category.title() }}
Edit
{% if prompt.description or prompt.tags %}
{% if prompt.description %}

{{ prompt.description }}

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

Content

{{ prompt.content.split()|length }} words {% set template_vars = prompt.content|regex_findall('\{\{[^}]+\}\}')|length %} {% if template_vars > 0 %} {{ template_vars }} variable{{ 's' if template_vars != 1 else '' }} {% endif %}
{{ prompt.content }}
Created:
{% if prompt.updated_at != prompt.created_at %}
Updated:
{% endif %}
ID: {{ prompt.id }}