{% set layout = layout is not null ? layout : 'default' %}
{% if panel_header_text is not empty %}

{% if panel_header_logo is not empty %} {% endif %} {{ panel_header_text }}

{% if panel_read_more_text is not empty and panel_read_more_url is not empty %} {% endif %}
{% endif %} {% if panel_content is not empty %}
{{ panel_content }}
{% endif %}