{% spaceless %}

{% if box.header.show == 1 %}
	{% include '_partials/_header.tpl' %}
{% endif %}	
<div class="pull-left">
	{% include '_partials/_image.tpl' %}	
</div>

{% include '_partials/_content.tpl' %}

{% if box.footer.show == 1 %}
	{% include '_partials/_footer.tpl' %}
{% endif %}

{% endspaceless %}