-
-
Notifications
You must be signed in to change notification settings - Fork 111
Empty output of extended template with block inside capture #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
dg
added a commit
that referenced
this issue
Nov 12, 2020
dg
added a commit
that referenced
this issue
Nov 12, 2020
dg
added a commit
that referenced
this issue
Nov 12, 2020
dg
added a commit
that referenced
this issue
Nov 12, 2020
dg
added a commit
that referenced
this issue
Nov 14, 2020
dg
added a commit
that referenced
this issue
Nov 14, 2020
dg
added a commit
that referenced
this issue
Nov 14, 2020
dg
added a commit
that referenced
this issue
Nov 14, 2020
dg
added a commit
that referenced
this issue
Nov 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 2.8.1
Bug Description
(see https://forum.nette.org/cs/33497-latte-block-uvnitr-capture-zpusobi-bilou-stranku)
Steps To Reproduce
composer require latte/latte:^2.8
create file
layout.latte
:{include content}
create file
default.latte
:php -r 'require __DIR__ . "/vendor/autoload.php"; $engine = new Latte\Engine; $engine->render("default.latte");'
Expected Behavior
Exception or result:
content text
(?)The text was updated successfully, but these errors were encountered: