<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
<div style="font-family: Open Sans;">
	{% if latespost.post_type ==1 %}
			<div class="image">
			  <img src="{{ latespost.image }}" class="img-responsive" width="100%" alt="{{latespost.name}}" />
			</div>
		 {% endif %}
		{% if latespost.post_type ==2 %}
		<div class="image">
			{% if latespost.video_url %}
			  <div class="videoWrapper">
				<iframe width="300px" height="300px" src="{{ latespost.video_url }}" frameborder="0" allowfullscreen></iframe>
			 </div>
			 {% endif %}
		</div>
		 {% endif %}
	<h2>{{latespost.name}}</h2>
	{{latespost.short_description}}
</div>