11 lines
		
	
	
		
			352 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			352 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{% extends "base" %}
 | 
						|
 | 
						|
{% block init %}
 | 
						|
    {% set title = "451 Unavailable due to legal reasons" %}
 | 
						|
 | 
						|
    {% set show_contact = True %}
 | 
						|
 | 
						|
    {% set page_title = "Unavailable in this region" %}
 | 
						|
    {% set page_subtitle = "This service is unavailable in the UK due to the Online Safety Act. Consider using a VPN to access this service." %}
 | 
						|
{% endblock %}
 |