{%#!/bin/awk -f
BEGIN {
split("Jack Joe Jonathan", names)
FOR name IN names
%}
Hello {{name}}{{is_last ? "!" : ","}}
{% ENDFOR %}

Welcome to the world of {{toupper("awk")}} templating!
{%}%}