<template id="OverviewPanel" is="x-overviewpanel">
    
        <div class="$-{this.css}">
            <x-panel data-properties='$-{this.json.panel}'>
				$-{this.content}
            </x-panel>
        </div>
        
    </template>