Amazon Products Test

Testing Amazon Shortcodes

This page tests the Amazon product shortcodes.

If you can see this text, the page is rendering correctly.

Random Book

Debug Info

{{ $data := .Site.Data.amazon.amazon_products }}

  • Products loaded: {{ if $data }}{{ len $data.products }}{{ else }}ERROR: Could not load data{{ end }}
  • First product: {{ if and $data $data.products }}{{ index $data.products 0 | jsonify | truncate 100 }}{{ else }}No data{{ end }}