{# options.title can be set to "before" or "after". If not set #} {# titles are not shown, even if present. Titles are discovered via #} {# oembed, they come from the hosting service i.e. YouTube #} {% if options.title and (options.title != 'after') and item.title %}

{{ item.title | e }}

{% endif %} {% if options.title and (options.title == 'after') and item.title %}

{{ item.title | e }}

{% endif %}