forked from hero/www_hero_project
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			401 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			401 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "_default/base.html" %}
 | 
						|
{% block content %}
 | 
						|
<!-- mycelium.md page template, has a banner and rows of page summaries -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<div>
 | 
						|
    {% set page = get_page(path="about/index.md") %}
 | 
						|
    {{page.content | safe}}
 | 
						|
</div>
 | 
						|
 | 
						|
 | 
						|
{% include "partials/about1.html" %}
 | 
						|
{% include "partials/about2.html" %}
 | 
						|
{% include "partials/about3.html" %}
 | 
						|
{% include "partials/about4.html" %}
 | 
						|
 | 
						|
{% endblock content %} |