Unlock this challenge:
Suppose we learn that the following template is currently being rendered on the page:
@NetgenLayoutsStandard/nglayouts/themes/standard/blocks/dinosaur.html.twig
What is the correct way to override this template?
By configuring the new name of this template in netgen_layouts.yaml and then creating that template.
netgen_layouts.yaml
By creating a bundles/NetgenLayoutsStandard/nglayouts/themes/standard/blocks/dinosaur.html.twig template.
bundles/NetgenLayoutsStandard/nglayouts/themes/standard/blocks/dinosaur.html.twig
By creating a templates/nglayouts/themes/standard/block/dinosaur.html.twig template
templates/nglayouts/themes/standard/block/dinosaur.html.twig