<div class="card empty card-selected">
	{{#if showClose}}<div class="card-close">&times;</div>{{/if}}
    <div class="btn dropdown__toggle">
    	<img src="{{image_path}}" />
    	<div class="text-left">
	    	<h4>
	    		{{title}}
            </h4>
                <p class="small">- All Artists</p>
                <p class="small">- All Releases</p>
	    </div>
    </div>
</div>