Prompt
{% set real_simplifications = [] %}{% for text in simplifications %}{% if text|length < original|length %}{{real_simplifications.append(text) | default("", True)}}{% endif %}{% endfor %} {% if real_simplifications %} I'd like to explain to my child "{{original}}". How would I do so?
