Issue with property display

What I’m trying to do

Open a template through templater to create new note and displays the code of property instead of properly format list of property.

Things I have tried

Loaded template to edit it and it looks fine.

Any ideas?

Hi can you paste the template here in a fenced code block like this:

```
---
aliases: 
status:
created: '<% tp.file.creation_date("YYYY-MM-DDTHH:mm") %>'
tags: 
---
# <% tp.file.title %> 

```

and include exactly how you are applying the template to a note. Typically it would be running the Templater: Open insert template modal command

and choosing the template name:

Maybe a screenshot or two could help here as well.