<template id="WhatPanel" is="x-what-panel">
	<div class="$-{this.css}">
		<x-panel data-properties='$-{this.json.panel}'>
			<ul class="list-group" id="whatStack">
				<x-default-item data-properties='$-{this.items}'></x-default-item>
			</ul>
			$-{this.content}
		</x-panel>
	</div>
</template>

