9 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
{% spaceless %}
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 | 
						|
        <meta http-equiv="refresh" content="0;url={{ page.destination.url }}" />
 | 
						|
    </head>
 | 
						|
</html>
 | 
						|
{% endspaceless %}
 |