I just need to add a link under the content of the node. I'm using hook_node_page_view_alter_TYPE().
How can I make a standard node render inside this hook? In the manual I found only custom rendering, but I need to leave all the markup, language settings, etc.
Or maybe there is a better way to solve my problem?