{{ range first 1 (where .Data.Pages "Params.featured" "==" true) }}
        
            
                
                    
                        
                            {{ .Title }}
                        
                        
                            {{ if .Params.image }}
                                

                            {{ end }}
                        
                                {{ .Summary }}
                        
	                
						READ MORE
					
                     
                 
             
        
    {{ end }}
    
        
            
            {{ range (where .Data.Pages "Params.featured" "!=" true).ByDate.Reverse }}
                
             
            {{ end }}