{% if image %}
{{ title | default(value=url) }}
{% endif %}

{% if title %}{{ title }}{% else %}{{ url | safe }}{% endif %}

{% if description %}

{{ description }}

{% endif %}
{{ url | replace(from="https://", to="") | replace(from="http://", to="") | truncate(length=50) }}