I am using {{note}} to print the note in the order conformation email template but not showing there. so please help.
Click on Settings
Notifications
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.