{% if imageUrl or imageFA %}
{% set imageHeight = imageHeight if imageHeight else "80px" %}
{% if imageUrl %}
{% else %}
{% endif %}
{% endif %}
{% if title %}
{{ title }}
{% endif %}
{% if message %}
{% if title %}
{% endif %}
{{ message }}
{% endif %}