{% for entry in entries %} {% unless entry.disabled %}
{{ 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
{% endunless %} {% endfor %}

×