{% if (theme_article_top_left or theme_article_top_right) and (title and pagename != root_doc) %}
{% if theme_article_top_left %} {%- for top_left in theme_article_top_left %} {%- include top_left %} {%- endfor %} {% endif %}
{% if theme_article_top_right %} {%- for top_right in theme_article_top_right %} {%- include top_right %} {%- endfor %} {% endif %}
{% endif %}