aquarius : Get pointings to active node

{pointings to=$node limit=1 shuffle=true children_of=50}
    <li>{link node=$pointing}{$pointing->title}{/link}</li>
{/pointings}

Exemple with pictures

<ul id="slide-images">
    {pointings to=$node shuffle=true children_of=50}
        <li>
            <img src="{$pointing->picture.file}" alt="{$pointing->picture.legend}" />
        </li>
    {/pointings}
</ul>