mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-08 18:07:27 -08:00
14 lines
195 B
Text
14 lines
195 B
Text
|
{{##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>
|
||
|
#}}
|
||
|
|
||
|
|