mirror of https://github.com/MingweiSamuel/Riven
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
|
{{##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>
|
||
|
#}}
|
||
|
|
||
|
|