{{ with $params.Desc }}
      {{ . }}
      {{ 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/" $params.featured_video_poster) }}
      
        
       
      {{ end }}
    {{ end }}