mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{% extends "item-base.html" %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{% block description %}
							 | 
						||
| 
								 | 
							
								I told you, it's name is {{ name }}.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								It also has the description: {{ desc }}.
							 | 
						||
| 
								 | 
							
								{% endblock %}
							 |