We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d26e80 commit 8410e03Copy full SHA for 8410e03
README.md
@@ -10,7 +10,7 @@ Library for templates
10
use ppeco\tplpp\Template;
11
12
// From string
13
-$template = new Template("Hello, {\$variable.'!'}");
+$template = new Template("Hello, {{\$variable.'!'}}");
14
15
//..or from file
16
$template = Template::fromFile("./example.tpl");
test.php
0 commit comments