dnd/deadsands/markdown-templates/store.md
2023-06-11 21:35:15 -07:00

28 lines
392 B
Markdown

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