mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 13:27:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			372 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			372 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en-US">
 | 
						|
{% include head.html %}
 | 
						|
<body>
 | 
						|
    <header>
 | 
						|
        {% include nav.html %}
 | 
						|
    </header>
 | 
						|
    <main>
 | 
						|
      {{ content }}
 | 
						|
    </main>
 | 
						|
  <script src="/assets/js/vendor/bootstrap.bundle.min.js?v=5.0.0-beta3"></script>
 | 
						|
  <script src="/assets/js/sortable.min.js?v=6"></script>
 | 
						|
  <script src="/assets/js/main.js?v=7"></script>
 | 
						|
</body>
 | 
						|
</html>
 |