TIL - Eleventy/Nunjucks dump

Today I learnt to view a collection for debugging in html for nunjucks use the following

<div>\{\{ obj \| dump \}\}</div>

The dump filter helps with displaying the object data.