mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-04 07:39:03 +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 %}
							 |