http://apostrophecms.org/docs/tutorials/getting-started/reusable-content-with-pieces.html
At Load more button, this code does not working:
{{ data.url }} | build({ page: data.currentPage + 1, append: 1 }) Load More…
It give this result:
http://localhost:3000/món-ngon%20|%20build({%20page:%20data.currentPage%20+%201,%20append:%201%20})
( current link + build({ page: data.currentPage + 1, append: 1 }) )