Programatically display a block on a page template
Problem:
I need to place a block added by another module on my page. I cannot add it by placing the block on a region. Because there is specific placement on the content region itself
Solution:
Add the block programatically to the page. We can get the block content programatically on a hook_preprocess function and add it to the $variables to print on the twig template