Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 381 Bytes

File metadata and controls

19 lines (17 loc) · 381 Bytes
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 }}"
---

![Card for {{ pattern_name}}.](/cards/{{ pattern_slug }}.png) ![{{ short_description }}](/images/{{ pattern_slug }}.webp)

{{ page_contents }}