How can I render a block multiple times within a view in a twig template? Currently I do have a block, let\'s call it something defined in an included (via re
something
re
The notation you're showing us is for defining and rendering a block. Rendering only is done this way:
{{ block('blockName') }}