As per my understanding and the sly documentation at [1], @Extension will add the extension to the path. So, this is working as expected.URL manipulationAdds the html extension to a path.<a href="${item.path @ extension = 'html'}">${item.name}</a>Adds the html extension and a selector to a path.<a h...