29 lines
412 B
Markdown
29 lines
412 B
Markdown
---
|
|
# {{filename}}
|
|
|
|
title: {{ title }}
|
|
author: {{ author if author else 'evilchili' }}
|
|
show_dm_content: False
|
|
tags: store
|
|
location: {{ location }}
|
|
{% if date %}
|
|
date: {{ date }}
|
|
{% endif %}
|
|
{% if description %}
|
|
description: {{description}}
|
|
{% endif %}
|
|
status: {{ status if status else 'published' }}
|
|
---
|
|
|
|
{{ summary }}
|
|
|
|
|
|
Location: **{{location}}**
|
|
|
|
Faction: **{{faction}}**
|
|
|
|
|
|
### Current Stock
|
|
|
|
{{ inventory }}
|