UNPKG

joytpl

Version:

joy - js template engine with short syntax and modern features

3 lines 158 B
define(['libs/joy-runtime'], function(joy) { return function(data) {data=joy.o(data);return '<input type="text" value="'+joy.e(joy.p(data))+'" />\r\n';} });