Closed random-char closed 3 years ago
After spending some time, I've stumbled upon an issue that the context in the partial and in outer template are different. Is there a way to use same outer context in the partial?
I've also faced this one. a PR is welcome @random-char!
@random-char this one may be fixed with #140 want to give it a shot?
Receiving error when using
contentFor
in partials. Need to move them up (see example for better understanding): The way it worksThe way it doesn't (contentFor block is not present in create.html anymore)
Is it expected or am I doing something wrong?