forked from hero/www_hero_project
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			286 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			286 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="nodes/index.md") %}
 | 
						|
    {{page.content | safe}}
 | 
						|
</div>
 | 
						|
 | 
						|
{% include "partials/quote.html" %}
 | 
						|
 | 
						|
{% endblock content %}
 |