├── .prettierrc ├── LICENSE ├── README.md ├── metadata.yaml ├── template.js └── template.tpl /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stape-io/klaviyo-tag/HEAD/.prettierrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stape-io/klaviyo-tag/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stape-io/klaviyo-tag/HEAD/README.md -------------------------------------------------------------------------------- /metadata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stape-io/klaviyo-tag/HEAD/metadata.yaml -------------------------------------------------------------------------------- /template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stape-io/klaviyo-tag/HEAD/template.js -------------------------------------------------------------------------------- /template.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stape-io/klaviyo-tag/HEAD/template.tpl --------------------------------------------------------------------------------