UNPKG

xtemplate

Version:

eXtensible Template Engine lib on browser and nodejs. support async control, inheritance, include, logic expression, custom function and more.

10 lines 315 B
<script src="/build/xtemplate/runtime-standalone.js"></script> <script> (function () { var x = XTemplateRuntime; console.log(new XTemplateRuntime(function b(scope,buffer,undefined){ buffer.writeEscaped(1); return buffer; }).render()); })(); </script>