<div class="social-block">
	<div class="box-heading">
		<h5>{{ title }}</h5>
	</div>
	<div class="box-content">
		<p>{{ description }}</p>
		{% if (socials) %} 
		<ul class="social-list list-unstyled">
			{% for social in socials %} 
			<li><a class="{{ social['css'] }}" href="{{ social['link'] }}"></a></li>
			{% endfor %} 
		</ul>
		{% endif %} 
	</div>
</div>