...
This commit is contained in:
		@@ -65,7 +65,7 @@ export default class {
 | 
				
			|||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  render(file, data = {}, locals) {
 | 
					  render(file, data = {}, locals) {
 | 
				
			||||||
    data = { ...data, ...this.#globals, ...locals };
 | 
					    data = { ...data, ...locals, ...this.#globals };
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
      const code = 'with(_data){const __html = [];' +
 | 
					      const code = 'with(_data){const __html = [];' +
 | 
				
			||||||
        '__html.push(\`' +
 | 
					        '__html.push(\`' +
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user