11 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "_default/base.html" %}
 | |
| {% block content %}
 | |
| 
 | |
| 
 | |
| <!-- home page template, has a banner and rows of page summaries -->
 | |
| <div>
 | |
|     {% set page = get_page(path="home/index.md") %}
 | |
|     {{page.content | safe}}
 | |
| </div>
 | |
| 
 | |
| {% endblock content %} |