File: multidef.def.jst

package info (click to toggle)
node-dot 1.1.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: javascript: 1,285; sh: 7; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{##def.template1:
	<div>{{=it.bar}}</div>
	/* Including one.def file here */
	{{#def.one}}
#}}

{{##def.template2:param:
	<div>{{=param.bar}}</div>
	<div class="{{=param.class}}">
	</div>
#}}