{% if theme_article_header_start or theme_article_header_end %}
{% if theme_article_header_start %}
{% for item in theme_article_header_start %}
{% include item %}
{% endfor %}
{% endif %} {% if theme_article_header_end %}
{% for item in theme_article_header_end %}
{% include item %}
{% endfor %}
{% endif %}
{% endif %}