{% if post.featured_image or post.featured_video_id %} {% if post.featured_image %} {% endif %} {% if post.featured_video_id %} {% endif %} {% endif %}

{{ post.title }}

{{ post.excerpt }}
Read More {% if post.categories != empty %}
{% for tag in post.tags %} {{ tag }} {% endfor %}
{% endif %}