{% assign item = Items | First %} {% if item %} {% assign videoLink = item | Attribute:'VideoLink','RawValue' %} {% assign videoEmbed = item | Attribute:'VideoEmbed' %} {% assign audioLink = item | Attribute:'AudioLink','RawValue' %} {% if videoEmbed != '' %} {{ videoEmbed }} {% endif %}

{{ item.Title }}

{{ item | Attribute:'Speaker' }} - {{ item.StartDateTime | Date:'M/d/yyyy' }}

{{ item.Content }}
{% if videoLink != '' or audioLink != '' %}
Downloads & Resources
{% if videoLink != '' %} Video Download {% endif %} {% if audioLink != '' %} Audio Download {% endif %}
{% endif %}
{% else %}

Could not find message.

{% endif %}