<a href="{{ url }}" class="c-block-tile c-block-tile--{{ styleModifier }}">
	{{# progress }}
		{{> atoms-progress }}
	{{/ progress }}
	<span class="c-block-tile__value">{{ number }}</span>	
	<h2 class="c-block-tile__label">{{ headline.short }}</h2>
</a><!-- end c-block-tile -->
{{# overlay }}
	{{> molecules-overlay }}
{{/ overlay}}

