File: include-expression.ejs

package info (click to toggle)
node-ejs 3.1.10%2B~3.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,144 kB
  • sloc: javascript: 2,476; makefile: 5
file content (3 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download | duplicates (4)
1
2
3
<ul>
  <%- 'ping: ' + include('hello-world').replace(/world/, 'planet'); %>
</ul>