This tag marks a variable as not requiring escaping by the template engine, potentially creating cross-site scripting vulnerabilities, so shouldn't be used unless absolutely necessary. In these cases, I don't think it's necessary.
		
			
				
	
	
		
			1 line
		
	
	
	
		
			29 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			29 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ obj.headline|striptags }}
 |