16 lines
		
	
	
		
			343 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			343 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
<!--
 | 
						|
/**
 | 
						|
 * Copyright © Magento, Inc. All rights reserved.
 | 
						|
 * See COPYING.txt for license details.
 | 
						|
 */
 | 
						|
-->
 | 
						|
<div id="<%= containerId %>">
 | 
						|
    <div
 | 
						|
        id="<%= nodeId %>"
 | 
						|
        <%= dataAttr %>='<%= JSON.stringify(nodeData) %>'></div>
 | 
						|
 | 
						|
    <script type="text/x-magento-init">
 | 
						|
        <%= JSON.stringify(scriptData) %>
 | 
						|
    </script>
 | 
						|
</div>
 |