{% if attributes['has_attachment'] != false %} {% set thumbnail_parameters = { 'id': embed.getAttachmentId(), 'size': 'small' } %} {{embed.getTitle() | escape}} {% endif %}
{{embed.getTitle() | escape}}
{% if embed.getAuthorName() is not null %}
{% if embed.getAuthorUrl() is null %}

{{embed.getAuthorName()}}

{% else %} {{embed.getAuthorName()}} {% endif %}
{% endif %} {% if embed.getProviderName() is not null %}
{% if embed.getProviderUrl() is null %}

{{embed.getProviderName()}}

{% else %} {{embed.getProviderName()}} {% endif %}
{% endif %}
{{ embed.getDescription() | escape }}