A very lightweight template engine. Magic tags look like:
{%= message %}
Micro is integrated in JavaScriptMVC so you can use it like:
$("#foo").html('//app/views/bar.micro',{});
For more information on micro, see John Resig's write up.
Micro(str, data) -> undefined
{String}
template content.
{Object}
render's the template with this content.
{undefined}
A very lightweight template engine. Magic tags look like:
Micro is integrated in JavaScriptMVC so you can use it like:
Pros
Cons
Use
For more information on micro, see John Resig's write up.