export default { data: { animalPawsEntries: [ ['raccoon', 'hands'], ['eagle', 'wings'] ] }, html: `

raccoon: hands

eagle: wings

` };