Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 9 column 2
---
title: "{{ pattern_name}}"
date: {{ creation_date }}
draft: false
status: {{ status }}
model: {{ model }}
categories:
- {{ family }}
tags:
{% for tag in tags %}
- {{ tag }}
{% endfor %}
description: "{{ short_description }}"
---
 
{{ page_contents }}