If you want to display a block region in a specific node template, simply add the following:
<?php
$myregion = block_get_blocks_by_region('myregion');
print render($myregion);
?>
Frontend Software Engineer
If you want to display a block region in a specific node template, simply add the following:
<?php
$myregion = block_get_blocks_by_region('myregion');
print render($myregion);
?>