Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										16
									
								
								web/core/modules/help/templates/help-topic.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								web/core/modules/help/templates/help-topic.html.twig
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
			
		||||
{#
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Default theme implementation to display a help topic.
 | 
			
		||||
 *
 | 
			
		||||
 * Available variables:
 | 
			
		||||
 * - body: The body of the topic.
 | 
			
		||||
 * - related: List of related topic links.
 | 
			
		||||
 *
 | 
			
		||||
 * @ingroup themeable
 | 
			
		||||
 */
 | 
			
		||||
#}
 | 
			
		||||
<article>
 | 
			
		||||
  {{ body }}
 | 
			
		||||
  {{ related }}
 | 
			
		||||
</article>
 | 
			
		||||
		Reference in New Issue
	
	Block a user