mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
<div class="container my-5">
 | 
						|
  <h1>{{ page.title }}</h1>
 | 
						|
  {% if page.description %}<div class="lead">
 | 
						|
    {{ page.description | markdownify }}
 | 
						|
  </div>{% endif %}
 | 
						|
  {{ content }}
 | 
						|
  {% include hr.html %}
 | 
						|
  {% include footer.html %}
 | 
						|
</div>
 |