can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
10 lines (6 loc) • 336 B
Markdown
@function can.ejs.tags.templated <%% CODE %>
@parent can.ejs.tags 3
@signature `<%% CODE %>`
Renders <% CODE %> as text in result of the template rather than running CODE itself. This is useful for generators.
The following results in "<%= 'hello world' %>" rather than the string "hello world."
<%%= 'hello world' %>