in reply to RFC - Template::Empty
And this approach looses something I really like about Template: solid visual clues to the web-designers about what they must not change. E.g.:
vs:Username: <input type='text' name='username' value='' />
And then all the other things you will have to implement to get a fairly complete template system. I toiled with making my own, but found I still had loads to learn about the existing templating systems.Username: <input type='text' name='username' value='[% default.use +rname %]' />
|
|---|