main
alexanderroese 2024-06-17 23:25:43 +02:00
parent 577cc79e31
commit 7d7e1b8a52
1 changed files with 9 additions and 0 deletions

View File

@ -326,6 +326,15 @@
};
console.log(pageInfo);
var pageInfo2 = {
template: "{{ template }}",
productTitle: "{{ product.title }}",
productHandle: "{{ product.handle }}"
// Add more properties as needed
};
console.log(pageInfo2)
</script>
<!-- Render CSS content -->