{% load wagtailimages_tags %} {% for article_item in article_carousel_list %}
{% image article_item.image fill-144x144 as image %}
{{ article_item.date | date }} {{ article_item.title }} {% include 'main/includes/href_button.html' with btn_link=article_item.url btn_text="Zjistit vĂ­ce" %}
{% endfor %}