Why isn't the note showing in my order confirmation email template?

I am using {{note}} to print the note in the order conformation email template but not showing there. so please help.

@Keyurp

Click on Settings :laughing: Notifications :laughing: Order confirmation
or you can reach directly hp_yourstore - Administration
Now here you have template, paste your code a/to need e.g

{% if note != '' %} 
Note: {{ note }}
{% endif %}

I am using same code that you have provided but not work.