12 lines
		
	
	
		
			380 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			380 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "_default/base.html" %}
 | |
| {% block content %}
 | |
| {% include "partials/about/about1.html" %}
 | |
| {% include "partials/about/about2.html" %}
 | |
| {% include "partials/about/about3.html" %}
 | |
| {% include "partials/about/about4.html" %}
 | |
| {% include "partials/about/about5.html" %}
 | |
| {% include "partials/about/about6.html" %}
 | |
| {% include "partials/hero/myhero7.html" %}
 | |
| 
 | |
| 
 | |
| {% endblock content %} |