mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
14 lines
187 B
XML
14 lines
187 B
XML
|
<eww>
|
||
|
<definitions>
|
||
|
<def name="foo">
|
||
|
<box>Hey this is a foo</box>
|
||
|
</def>
|
||
|
</definitions>
|
||
|
|
||
|
<variables>
|
||
|
<var name="shit">
|
||
|
shit
|
||
|
</var>
|
||
|
</variables>
|
||
|
</eww>
|