{{ item.title }}
{% if !item.description.is_empty() %}{{ item.description }}
{% endif %} {% if let Some(html) = body_html %}
{{ html|safe }}
{% endif %}
{{ item.description }}
{% endif %} {% if let Some(html) = body_html %}