Render a block of a “parent” template from a “child” template in Twig
Questions: I have two templates: Fields.html.twig, which includes a child template. {% block important %} This block should be renderable from the sub template {% endblock important %} {% include 'XBu...