{% set format = entry.format is defined ? entry.format : 'article' %} {% set thumb = entry.media.thumb is defined ? entry.media.thumb : entry.media.url %} {% set responsive = (loop.index == 1 or slider) ? 'stubborn' : '' %} {% if entry.promo %} {% set responsive = 'stubborn' %} {% endif %}
{% if entry.promo %} {% set promolabel = (locale.lang == 'en') ? 'Sponsored' : 'برعاية' %}
{{promolabel}}
{% endif %} {% if (entry.cta is not defined) %} {% if entry.link is defined %} {% set link = entry.link.url %} {% if (entry.link.target == 'blank' or entry.link.target == '_blank') %} {% set target = 'target="_blank"' %} {% elseif (entry.link.target == 'popup') %} {% set target = 'data-fancybox' %} {% else %} {% set link = entry.link.url %} {% endif %} {% elseif (entry.format == 'media') %} {% set link = entry.media.url %} {% set target = 'data-fancybox' %} {% endif %} {{entry.title}} {% endif %}
{% if (entry.format == 'media' and entry.promo != true) %} {% set topicon = (entry.media.type == 'video') ? 'play-circle' : 'image-polaroid' %} {% if entry.media.type == 'gallery' %} {% set topicon = 'images' %} {% endif %}
{% endif %} {% set thumb_focus = (entry.media.focus is defined) ? "focus-" ~ entry.media.focus : '' %} {% if entry.media.type == 'video' and entry.media.inline %}
{% endif %}

{{entry.title}}

{% if entry.blurb %}
{{entry.blurb}}
{% endif %}