The Quick Replies plugin allows you to create templated email replies. Replies can contain variables, which
you can quickly jump between and fill out when using the template. To create a variable, type a set of double curly
brackets wrapping the variable's name, like this: {"{{"}variable_name{"}}"}
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.
Reply templates live 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.