I am trying to create a database of postcards using this template with slash command
---
description: (Template) a yaml snippet with a postcard metadata
tags: meta/template/slash
---
sender: "[[person/|^|]]"
country:
date: ${date.today()}
Which works
sender: "[[person/Friend1]]"
country:
date: 2025-04-18
sender: "[[person/Friend2]]"
country:
date: 2025-04-18
however when I try to query it
${query[[from index.tag “postcard”]]}
I get both friends and the template (since it contains the #postcard yaml). Is there a way to exclude the templaet and keep the actual objects?
ref tag sender country date pos page itags
postcard_database@167 postcard Friend2 {} {} 167 postcard_database {postcard}
postcard_database@94 postcard Friend1 {} {} 94 postcard_database {postcard}
templates/postcard@99 postcard ^| {} ${date.today()} 99 templates/postcard