{{ with .Params.description }}
      {{ . }}
      {{ else }}
      {{ .Summary }}
      {{ end }}
    
    {{ if $.Param "featured_image" }}
    
    {{ else if $.Param "image" }}
    
    {{ else if $.Param "featured_video" }}
    {{ with print ("videos/poster/" | relURL) ($.Param "featured_video_poster") }}
    
      
    
    {{ end }}
    {{ end }}