{% load core_tags wagtailimages_tags %}
{% if article.hero_image %} {% image article.hero_image fill-600x400 class="w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500" %} {% else %}
{% endif %}
{% for tag in article.tags.all %} {{ tag.name }} {% endfor %} {{ article.first_published_at|date:"M j, Y" }}

{{ article.title }}

{{ article.summary }}

{{ article.read_time_mins }} min read Read Article