mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	adding samples
This commit is contained in:
		
							
								
								
									
										12
									
								
								samples/FreeMarker/layout.ftl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								samples/FreeMarker/layout.ftl
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
<#macro page title>
 | 
			
		||||
    <!doctype html>
 | 
			
		||||
    <html lang="en">
 | 
			
		||||
        <head>
 | 
			
		||||
            <meta charset="utf-8">
 | 
			
		||||
            <title>${title}</title>
 | 
			
		||||
        </head>
 | 
			
		||||
        <body>
 | 
			
		||||
            <#nested />
 | 
			
		||||
        </body>
 | 
			
		||||
    </html>
 | 
			
		||||
</#macro>
 | 
			
		||||
		Reference in New Issue
	
	Block a user