11 lines
		
	
	
		
			348 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			348 B
		
	
	
	
		
			HTML
		
	
	
	
| <div class="expand">
 | |
|   <button type="button" class="expand__button" aria-label="Expand Button">
 | |
|     <span class="expand-icon expand-icon__right">
 | |
|         {{ partial "svgs/arrow/keyboard-arrow-right.svg" (dict "width" 24 "height" 24) }}
 | |
|     </span>
 | |
|     {{.Get 0}}
 | |
|   </button>
 | |
|   <div class="expand__content">
 | |
|     {{.Inner | safeHTML}}
 | |
|   </div>
 | |
| </div> |