{% load wagtailcore_tags core_tags i18n %}
{% block load_tags_for_homepage %}
{% if tag %}
{% if tag_articles %}
{% include "patterns/basics/headings/sp_variations/heading.html" with type="component" htmltag="h2" title=tag.title %}
{% for article in tag_articles %}
{% include "patterns/basics/article-teasers/sp_variations/carousel-teaser-image.html" %}
{% include "patterns/basics/article-teasers/sp_variations/carousel-teaser-title.html" %}
{% include "patterns/basics/comment-counter/sp_comment-counter.html" with layouttype="base" %}
{% endfor %}
{% include "patterns/basics/buttons/sp_variations/text-tag-dir-arrow_button.html" with direction="right" %}
{% endif %}