3 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "index.html" %}
 | 
						|
{% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %}
 | 
						|
{% set summarise = True %}
 |