<template id="WODA" is="x-woda-panel">
	<div id="TheLastApp" class="fullHeight">
		<x-panel data-properties='{"heading":"<b><font size=+3>WODA: </font></b><br>Welcome guest-hardcoded","footer":"unleash the power ","classes":"fullHeight"}' 
				 style="
						.panel-body {
							overflow: hidden
						}
						"
				 >
			$-{this.content}
		</x-panel>
	</div>
</template>