Your cart is currently empty!
Default category
Cat data
var data = [
{ name: ‘Pillar’, color: ‘Ticked Tabby’, sex: ‘Female (neutered)’, legs: 3 },
{ name: ‘Hedral’, color: ‘Tuxedo’, sex: ‘Male (neutered)’, legs: 4 },
];
Name Color Sex Legs
var template = document.querySelector(‘#row’);
for (var i = 0; i < data.length; i += 1) {
var cat = data[i];
var clone = template.content.cloneNode(true);
var cells = clone.querySelectorAll('td');
cells[0].textContent = cat.name;
cells[1].textContent = cat.color;
cells[2].textContent = cat.sex;
cells[3].textContent = cat.legs;
template.parentNode.appendChild(clone);
}
Articles
THE GOODS
Created with love and care in Australia.
All items are 100% hand-made, using the potter’s wheel or traditional techniques.
Timeless style.
Earthy, organic feel.
Enduring quality.
Unique, one-of-a-kind pieces.
ABOUT US
Marl is an independent studio and artisanal gallery.
We specialize in limited collections of handmade tableware. We collaborate with restaurants and cafes to create unique items that complement the menu perfectly. Please get in touch if you want to know more about our process and pricing.
No products were found matching your selection.