{% if theme_article_footer_items %}
{% for item in theme_article_footer_items %}
{% include item %}
{% endfor %}
{% endif %}