{{ 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 ("videos/poster/" | relURL) $params.featured_video_poster }}
    
      
    
    {{ end }}
    {{ end }}