Hi all, Im trying to learn how to mod but I cant work out how to use template. Basically just to try and get it to work Im using very basic

<template name="test1">
<panel name="{name}" height="50h" width="50h" x="5h" y="5h" color="yellow" visible="1"/>
</template>
Instantiate('test1', 'test2')"/>

But although it loads without errors, I cant see the panel. Ive tried many variations but cant get it to work, any help would be much appreciated, ty<3