{% for line in lines %} {% if "[ES_ERROR]" in line %}
{{ line }}
{% else %}
{{ line }}
{% endif %} {% endfor %}