Zotero Integration – Import Templates?

Ah nice! Sorry for newbie questions, but I now get a JSON error:
image

Frontmatter is:

created: 
updated: 
tags:
- 📄
aliases:
- "{{title | escape}}"
keywords: {% for t in tags %}
- {{t.tag | replace(r/\s+/g, "-")}}{% endfor %}
related: {% for r in relations %} 
- "[[@{{r.citekey}}]]"{% endfor %}
authors: "{{authors}}{{directors}}"
year: '{{date | format("YYYY")}}'
citekey: "[[@{{citekey}}]]"
title: "{{title}}"
itemtype: "{{itemType}}"
journal: "{{publicationTitle}}{{publisher}}"
DOI: "{{DOI}}"
pages: "{{pages}}"
course: 
lecture: 
reccomended: 
status: 🟩
rating:
---

Any thoughts?