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 475848d commit 2c7ddd9Copy full SHA for 2c7ddd9
1 file changed
src/Latte/Runtime/Blueprint.php
@@ -58,7 +58,7 @@ public function printVars(array $vars): void
58
59
$res = '';
60
foreach ($vars as $name => $value) {
61
- if (Latte\Helpers::startsWith($name, 'ʟ_')) {
+ if (Latte\Helpers::startsWith($name, 'ʟ_') || $name === '_l' || $name === '_g') {
62
continue;
63
}
64
$type = Php\Type::getType($value) ?: 'mixed';
0 commit comments