<div class='alert alert-{{ type }} p-3 boxshadow text-dark' role="alert">
	<div class="h6 alert-heading"><strong>
		{{#if icon }}
			<i class='{{ icon }}'></i> 
		{{/if}}
	{{ header }}</strong></div>
	<p>{{{ content }}}</p>
</div>