<template id="DefaultItem" is="x-default-item">
	<a class="list-group-item " href="$-{this.onclick}" dragable>
			$-{this.name}
	</a>	
</template>

