File: /www/wwwroot/ahmsolaiman.com/wp-content/plugins/types/application/views/information/single.twig
<div class="types-information types-table-row">
{% if icon %}
<div class="types-message-icon types-table-cell">
<span class="{{ icon }}"></span>
</div>
{% endif %}
<div class="types-message-content types-table-cell">
{% for message in information.get_messages() %}
{% for description in message.description %}
{% if description.type %}
{% include '@types/information/description/' ~ description.type ~ '.twig' %}
{% endif %}
{% endfor %}
{% endfor %}
</div>
</div>