debug code of liquid. output console.log to see the detail of json.
you can debug data by the following code if the data has Json format. Drop object doesn’t have Json export therefore it fails.
<script>console.log({{ article | json }});</script>
No Comments