7 lines
		
	
	
		
			93 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			93 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package templates
 | |
| 
 | |
| import "embed"
 | |
| 
 | |
| //go:embed **/*.tmpl **/**/*.tmpl
 | |
| var TemplateFS embed.FS
 |