mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			180 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			180 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{% extends "base.html" %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{% block content %}
							 | 
						||
| 
								 | 
							
								This is just the about page
							 | 
						||
| 
								 | 
							
								{% endblock %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{% block footer %}
							 | 
						||
| 
								 | 
							
								{{ super() }}
							 | 
						||
| 
								 | 
							
								You really should read this!
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{{ poop }}
							 | 
						||
| 
								 | 
							
								{% endblock %}
							 |