forked from mirror/Riven
1
0
Fork 0
Riven/riven/srcgen/node_modules/dot/examples/views/multidef.def.jst

14 lines
195 B
Plaintext
Raw Normal View History

{{##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>
#}}