mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {% extends "admin/index.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| Hello from a custom index template {{ foo }}
 | |
| {{ block.super }}
 | |
| {% endblock %}
 |