There is a typo in this twig file.
Line 1 should be - {# extends @bootstrap_barrio/layout/block.html.twig
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | After_patch_issue_resolved.png | 84.39 KB | krina.addweb |
| #3 | Before_Issue.png | 106.06 KB | krina.addweb |
| #2 | 2925706.patch | 418 bytes | ioana apetri |
Comments
Comment #2
ioana apetri commentedI added a patch, please review it.
Comment #3
krina.addweb commented@yo30, Thanks for providing patch & for the correction. I checked it manually & really found it as a code mistake. Your patch works for me I attached the results for the same.
Comment #5
mstef commentedStill having problems with this.
It currently is:
{% extends "@bootstrap_barrio/layout/block.html.twig" %}
And needs to be:
{% extends "@bootstrap_barrio/block/block.html.twig" %}
Comment #6
hatuhay commented