I have SonataBundle installed in my project and I need to alter standard_layout.html.twig shipped with it (viz. change block 'notice').
I place an empty file with same name into
/app/Resources/SonataAdminBundle/views
directory and this file is caught by Symfony, but now I want to make small changes in base template.
Is it possible? I've tried to place
{% extends 'SonataAdminBundle::standard_layout.html.twig' %}
in the first line of this file, but this results into a fatal error
Maximum function nesting level of '100' reached