mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-04 02:20:36 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  {% include head.html %}
 | 
						|
  <body>
 | 
						|
    <main class="u-container">
 | 
						|
      {{ content }}
 | 
						|
    </main>
 | 
						|
    {% if jekyll.environment == 'production' %}
 | 
						|
    {% include analytics.html %}
 | 
						|
    {% endif %}
 | 
						|
  </body>
 | 
						|
</html>
 |