{{ entry.title }}
{% for media in entry.media %}
{% if forloop.index == 1 %}
{% if media.type == 'youtube' %}
{% else %}
{% endif %}
{% endif %}
{% endfor %}
{% if entry.shortDescription %}
{{ entry.shortDescription }}
{% elsif entry.body %}
{{ entry.body | split: '. ' | first }}
{% endif %} Read and Comment
{% endif %} Read and Comment




