{% if theme_article_bottom_left or theme_article_bottom_right %}
{% if theme_article_bottom_left %} {%- for bottom_left in theme_article_bottom_left %} {%- include bottom_left %} {%- endfor %} {% endif %}
{% if theme_article_bottom_right %} {%- for bottom_right in theme_article_bottom_right %} {%- include bottom_right %} {%- endfor %} {% endif %}
{% endif %}