Internal navigation (Previous page / Next page)

Back to the list / Back to the overview

In the design, you often have a link "Back to the list". This link needs to be a CMS Link.

For example, you can put list of rooms everywhere in the website, so it's not possible to the system to detect which one is the "real" overview page, and which one is not.

Previous page / Next page

<a href="{{item.prev.url}}">__@@Previous@@__</a>
<a href="{{item.prev.next}}">__@@Next@@__</a>

You can also access the name of the previous / next item using {{item.prev.name}}, but it's not guaranteed this will work for all modules, so always double check!

Last updated