10 lines
		
	
	
		
			422 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			422 B
		
	
	
	
		
			HTML
		
	
	
	
| <script type="text/javascript">
 | |
|     var adrema_event_description = {{__SELF__.event.description | json_encode | raw}};
 | |
| </script>
 | |
| 
 | |
| <event-description
 | |
|     description-var-name="adrema_event_description"
 | |
|     style="--primary: {{__SELF__.settings.primary_color}}; --primaryfg: #d1f8ff; --secondary: #800a19; --font: hsl(181, 84%, 78%); --circle: hsl(181, 86%, 16%)"
 | |
|     image="{{__SELF__.event.image }}"
 | |
| ></event-description>
 |