mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
18 lines
283 B
HTML
18 lines
283 B
HTML
|
|
<div class="global">
|
|
<div>Rhymix Template</div>
|
|
<div>Context Variable</div>
|
|
</div>
|
|
|
|
<div class="test1">
|
|
<div>Included #1</div>
|
|
<div></div>
|
|
</div>
|
|
|
|
<div class="test2">
|
|
<div class="self">Included #2</div>
|
|
<div class="incl">
|
|
<div>Included #3</div>
|
|
<div></div>
|
|
</div>
|
|
</div>
|