File: scripts.non-js.html

package info (click to toggle)
node-jade 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,984 kB
  • ctags: 315
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<script id="user-template" type="text/template">
  <div id="user">
    <h1><%= user.name %></h1>
    <p><%= user.description %></p>
  </div>
</script>
<script id="user-template" type="text/template">
  if (foo) {
    bar();
  }
</script>