{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/attachments.html" (dict
  "context" .Page
  "color"   (.Get "color")
  "content" .Inner
  "icon"    (.Get "icon")
  "pattern" (.Get "pattern")
  "style"   (.Get "style")
  "sort"    (.Get "sort")
  "title"   (.Get "title")
) }}