Hi
we have a task where we on the bottom of every page, want to link to the next page in the tree, and the previous page in the tree. The pages will not only on the same level, so eg. on a page - we will link to the before page in the tree (that is a parent) and the next page in the tree (sibling or child, or parent sibling)
Can this be done in a razor page template, or would I have to involve the infamous XSLT and do som queries inside XSLT?
BR.
Hans