Splits a string into an array using the specified delimiter character
{% for server in 'web01,web02,web03'|split:',' %} Server: {{ server }} {% endfor %}