Nova has two simple snippets to print (custom) linkgroups, this snippet prints out list items without the list wrapper.
Link List with toggable submenus (like the regular sidebar menus)
{include file='snippets/linkgroup_recursive.tpl' linkgroupIdentifier='LINKGROUP_TEMPLATE_NAME' dropdownSupport=BOOL}
Link List with dropdown submenus (like the regular top-bar menu)
{include file='snippets/linkgroup_list.tpl' linkgroupIdentifier='LINKGROUP_TEMPLATE_NAME' dropdownSupport=BOOL}
To print out the links on your own, check out the code of those snippet templates.