mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 14:18:32 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | {% extends "base.html" %} | ||
|  | 
 | ||
|  | {% block content %} | ||
|  | Hello, {{ username | default('poop') | safe }}! This is just some content. | ||
|  | 
 | ||
|  | <div id="dynamic"></div> | ||
|  | {% endblock %} |