mirror of
				https://github.com/MichMich/MagicMirror.git
				synced 2025-10-31 18:54:51 +00:00 
			
		
		
		
	Allow use of .njk extension for template files.
This commit is contained in:
		| @@ -15,7 +15,7 @@ Module.register("helloworld",{ | ||||
| 	}, | ||||
|  | ||||
| 	getTemplate: function () { | ||||
| 		return "helloworld.html" | ||||
| 		return "helloworld.njk" | ||||
| 	}, | ||||
|  | ||||
| 	getTemplateData: function () { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user