{%- set icon_class = "level-item icon" -%}
{%- for panel_section in theme_information_panel %} {% if panel_section in theme_information_panel_include_directly %} {%- include panel_section %} {% else %}
{%- include panel_section %}
{% endif %} {%- endfor %}