TIL - Eleventy/Nunjucks dump
22 Feb 2024Today 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.
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.