Inputs
{% if inputs_required %}
{% for input_name in inputs_required %}
{% endfor %}
{% else %}

No input variables detected. Add {{ "{{variable}}" }} to your prompt to create input fields.

{% endif %}