LibreCat / Catmandu-Template

Catmandu modules for template toolkit
Other
0 stars 1 forks source link

Adding template fix #5

Closed phochste closed 9 years ago

phochste commented 9 years ago

Makes it possible to use templates in a fix:

name: John
age: 44

template(new.field,"Mr [%name%] is [%age%] years old")

name: John
age: 44
new:
   field: Mr John is 44 years old