4
I'd check the Smarty debug console to see whether the block generates a Smarty tag for the full article. If this is the case, just include this tag in your template. Otherwise, you should modify the blocks's code to get this data, generate a Smarty tag and then put it in the template.
It's easier than you think.