{% if article.image %}
{{ article | image_url: width: 480 | image_tag: alt: title, loading: 'lazy' }}
{% else %}
{% endif %}
{% endif %}
{{ title }}
{% if article.excerpt != blank %} {{ article.excerpt }} {% else %} {{ article.content | strip_html | truncate: 140 }} {% endif %}
{% if section.settings.show_tags and article.tags.size > 0 %} {% endif %}