Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										15
									
								
								web/core/modules/system/templates/image.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								web/core/modules/system/templates/image.html.twig
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
{#
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Default theme implementation of an image.
 | 
			
		||||
 *
 | 
			
		||||
 * Available variables:
 | 
			
		||||
 * - attributes: HTML attributes for the img tag.
 | 
			
		||||
 * - style_name: (optional) The name of the image style applied.
 | 
			
		||||
 *
 | 
			
		||||
 * @see template_preprocess_image()
 | 
			
		||||
 *
 | 
			
		||||
 * @ingroup themeable
 | 
			
		||||
 */
 | 
			
		||||
#}
 | 
			
		||||
<img{{ attributes }} />
 | 
			
		||||
		Reference in New Issue
	
	Block a user