8 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "_default/base.html" %}
 | 
						|
{% block content %}
 | 
						|
 | 
						|
<!-- Landing page template, has a banner and rows of page summaries -->
 | 
						|
<main>
 | 
						|
    {{section.content | safe}}
 | 
						|
</main>
 | 
						|
{% endblock content %} |