mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			108 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			108 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
html {
 | 
						|
  head {
 | 
						|
    title "Example Template"
 | 
						|
  }
 | 
						|
  
 | 
						|
  body {
 | 
						|
    p "This is a quick template example"
 | 
						|
  }
 | 
						|
}
 |