{template foo()} {my = { name: 'Koba', age: 23 }} {proto gen} <p>Имя: {name}</p> <p>Возраст: {age}</p> {end} {with my} {apply gen} {end} {end}