Hi all,

I have the next structure

base.volt contais {% block page_scripts %}{% endblock %} index.volt extends base.volt and here it update otr override block and it's OK

index.volt use {{ partial("partials/header") }} and header.volt use {{ partial('entry/modalEntryForm') }}

And here in modalEntryForm.volt I'm trying to use {% block page_scripts %}some script{% endblock %} and it rendered in that place of the page where I use {{ partial('entry/modalEntryForm') }}. Instead of put included scirpt in the dedicated area at the bottom of document.

Please help. Looking for solution or advice. Thanks.