14 lines
		
	
	
		
			489 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			489 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "_default/base.html" %}
 | |
| {% block content %}
 | |
| 
 | |
| {% include "partials/hero/myhero.html" %}
 | |
| {% include "partials/hero/hero1.html" %}
 | |
| {% include "partials/hero/hero2.html" %}
 | |
| {% include "partials/hero/hero3.html" %}
 | |
| {% include "partials/hero/hero4.html" %}
 | |
| {% include "partials/hero/hero5.html" %}
 | |
| {% include "partials/hero/hero6.html" %}
 | |
| {% include "partials/hero/hero7.html" %}
 | |
| {% include "partials/hero/hero8.html" %}
 | |
| {% include "partials/hero/hero9.html" %}
 | |
| {% endblock content %} |