Add Templates to pretty config
This commit is contained in:
		@@ -120,7 +120,7 @@ func (app *Application) Create(ctx context.Context) error {
 | 
			
		||||
				panic(err)
 | 
			
		||||
			}
 | 
			
		||||
			var tmplRes bytes.Buffer
 | 
			
		||||
			if err := tmpl.Execute(&tmplRes, tmpl); err != nil {
 | 
			
		||||
			if err := tmpl.Execute(&tmplRes, app.Data); err != nil {
 | 
			
		||||
				return err
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user