13 lines
		
	
	
		
			249 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			249 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> |