You can't customize the title like that with templ...
# chat
s
You can't customize the title like that with templates, but you could use hooks to do it. Here's the quickstart guide: https://wiki.dendron.so/notes/070f5adf-3ea3-4e83-b468-75d1b4b6094a/ In your case, I think you'd want to do
note.title = "Meeting " + note.title
in the hook script.