We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d128447 commit e22ed6bCopy full SHA for e22ed6b
src/PatternLab/PatternEngine/Twig/Loaders/FilesystemLoader.php
@@ -34,7 +34,7 @@ public function __construct($options = array()) {
34
*/
35
public function render($options = array()) {
36
37
- return $this->instance->render($options["template"], $options["data"]);
+ return $this->instance->render($options["template"].".twig", $options["data"]);
38
39
}
40
0 commit comments