14 lines
		
	
	
		
			393 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			393 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| {% include head.html %}
 | |
| <body data-spy="scroll" data-target="#navbar">
 | |
|   <script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/applytheme.js?v=1"></script>
 | |
|   <header>
 | |
|   {% include nav.html %}
 | |
|   <div id="top" class="py-4"></div>
 | |
|   </header>
 | |
|   {{ content }}
 | |
|   {% include scripts.html %}
 | |
| </body>
 | |
| </html>
 |