mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	Co-authored-by: Daniel Nathan Gray <dng@disroot.org> Signed-off-by: Freddy <freddy@decypher.pw>
		
			
				
	
	
		
			17 lines
		
	
	
		
			467 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			467 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.1.1"></script>
 | 
						|
  <script src="/assets/js/sortable.min.js?v=20210506"></script>
 | 
						|
  <script src="/assets/js/main.js?v=20210506"></script>
 | 
						|
  {% if page.mathjax %}<script src="/assets/js/vendor/tex-svg.js"></script>{% endif %}
 | 
						|
</body>
 | 
						|
</html>
 |