forked from rebillar/site-accueil-insa
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			429 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			429 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| <div class="{{ cssIdentifier }} {{ cssClass }}"
 | |
|     {% for name,value in htmlAttributes %}
 | |
|          {{ name }}="{{ value|e('html_attr') }}"
 | |
|     {% endfor %}
 | |
|     data-props="{{ clientSideProperties|json_encode }}"
 | |
|     data-params="{{ clientSideParameters|json_encode }}">
 | |
| {% render implView with implOverride %}
 | |
| </div>
 | |
| <script>$(document).ready(function () { require('{{ jsNamespace }}').{{ jsClass }}.initElements(); });</script> |