File: template.html

package info (click to toggle)
node-html-loader 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,384 kB
  • sloc: javascript: 2,708; xml: 18; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
<img src="${"Hello " + (1+1)}">
<img src="${`Hello ` + (1+1)}">
<p>Something about the \` character</p>
<script>{"json": "with \"quotes\" in value"}</script>
<h3>#{number} {customer}</h3>
<p>   {title}   </p>
<img src="${require("./image.png")}" /></a>