add people
This commit is contained in:
		
							
								
								
									
										16
									
								
								templates/layouts/threefold.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								templates/layouts/threefold.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
{% extends "_default/base.html" %}
 | 
			
		||||
{% block content %}
 | 
			
		||||
 | 
			
		||||
<!-- home page template, has a banner and rows of page summaries -->
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<div>
 | 
			
		||||
    {% set page = get_page(path="ventures/threefold/index.md") %}
 | 
			
		||||
    {{page.content | safe}}
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{% include "partials/ventures/threefold.html" %}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user