{{ with $params.Description }}
      {{ . }}
      {{ else }}
      {{ .Summary }}
      {{ end }}
    
    {{ if $params.featured_image }}      
      
        {{ with (print "images/" $params.featured_image) }}
        
![{{ print $params.featured_image }}]()
        {{ end }}
      
    {{ else if $params.featured_video }}      
      {{ with print ("theme/hugo-theme-zzo/videos/poster/" | relURL) $params.featured_video_poster }}
      
        
       
      {{ end }}
    {{ end }}