14 lines
		
	
	
		
			246 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			246 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| {% include head.html %}
 | |
| 
 | |
| <body data-spy="scroll" data-target="#navbar">
 | |
| 	<header>
 | |
| 		{% include nav.html %}
 | |
| 		<div id="top" class="py-4"></div>
 | |
| 	</header>
 | |
| 	{{ content }}
 | |
| 	{% include scripts.html %}
 | |
| </body>
 | |
| 
 | |
| </html> | 
