mirror of
				https://github.com/ProjectSynthoria/SynthoriaArchive.git
				synced 2025-11-04 18:05:47 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "layout.html" %}
 | 
						|
{% block title %}{{ user.username }} :: {{ config.SITE_NAME }}{% endblock %}
 | 
						|
{% block body %}
 | 
						|
<h3>
 | 
						|
	Browsing {{user.username}}'s torrents
 | 
						|
</h3>
 | 
						|
 | 
						|
{% include "search_results.html" %}
 | 
						|
 | 
						|
{% endblock %}
 |