<template id="DefaultPropertyView" is="woda-default-property">
    
    <div class="$-{this.properties.cssClasses}" id="$-{this.viewId}">
        <a class="list-group-item " href="$-{this.properties.onclick}" dragable>
            <h4 class="list-group-item-heading">$-{this.properties.name}</h4>
            <p class="list-group-item-text">$-{this.properties.description}</p>
            <span class="badge">$-{this.properties.badge}</span>   
        </a>	
    </div>
</template>