mirror of
				https://gitlab.com/parroquia-san-leandro/cancionero-web.git
				synced 2025-11-04 07:08:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<meta charset="UTF-8">
 | 
						|
<title>Cancionero - Parroquia San Leandro</title>
 | 
						|
<meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
<link rel="stylesheet" type="text/css" href="{{ path|urlencode }}/main.css"/>
 | 
						|
{% if specific_css %}
 | 
						|
<link rel="stylesheet" type="text/css" href="{{ path|urlencode }}/{{ specific_css|urlencode }}"/>
 | 
						|
{% endif %} |