3 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "index.html" %}
 | 
						|
{% block title %} – {{ _('Tag %(name)s', name=tag) }}{% endblock %}
 | 
						|
{% set summarise = True %}
 |