The Quick Replies plugin allows you to create templated email replies, with variables that
you can quickly fill in before sending your email message. To create a variable, type a set of double curly
brackets wrapping the variable's name, like this: {"{{"}variable_name{"}}"}
Reply templates are saved in the ~/.nylas/templates directory on your computer. Each template
is an HTML file - the name of the file is the name of the template, and its contents are the default message body.
In raw HTML, variables are defined as HTML <code> tags with class "var empty". Typing curly brackets creates a tag
automatically. The code tags are colored yellow to show the variable regions, but will be stripped out before the message is sent.