12 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "_default/base.html" %}
 | |
| {% block content %}
 | |
| {% include "partials/hero/aihero1.html" %}
 | |
| {% include "partials/hero/aihero2.html" %}
 | |
| {% include "partials/hero/aihero3.html" %}
 | |
| {% include "partials/hero/myhero1.html" %}
 | |
| {% include "partials/hero/myhero3.html" %}
 | |
| {% include "partials/hero/myhero5.html" %}
 | |
| {% include "partials/hero/myhero2.html" %}
 | |
| {% include "partials/hero/myhero6.html" %}
 | |
| {% include "partials/hero/myhero7.html" %}
 | |
| {% endblock content %} |