Helper method and template to allow previous and next sibling integration easily
##Introduction
This module provides convenience methods for previous and next siblings of a
common parent. It is used for paging through a list of children items.
##Installation
composer require "weboftalent/prev-next-sibling:~1"
##Usage
##Previous Sibling
In a template call $PreviousSibling
<% with $PreviousSibling %><a href="$Link">$Title</a><% end_with %>
If there is no previous sibling the result will be blank and nothing will render.
##NextSibling
In a template call $NextSibling
<% with $NextSibling %><a href="$Link">$Title</a><% end_with %>
If there is no next sibling the result will be blank and nothing will render.
For more documentation about the module see the provided documentation located
inside the docs folder.
##Requirements
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem