Bindings
// echo.data is a hash of whole given data ?> for (var i in echo.data) { ?>
${i}
${echo.data[i]}
} ?>