<html>[BR] <head>[BR] <title>Welcome!</title>[BR] </head>[BR] <body>[BR] <#-- Greet the user with his/her name -->[BR] <h1>Welcome $...{name}!</h1>[BR] <p>We have these animals:[BR] <ul>[BR] <#list users as being>[BR] <li>$...{being.name}for $...{being.price} Euros[BR] </#list>[BR] </ul>[BR] </body>[BR] </html>