summaryrefslogtreecommitdiff
path: root/rt/docs/templates.pod
diff options
context:
space:
mode:
Diffstat (limited to 'rt/docs/templates.pod')
-rw-r--r--rt/docs/templates.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/rt/docs/templates.pod b/rt/docs/templates.pod
index 76856d4..d6a9a99 100644
--- a/rt/docs/templates.pod
+++ b/rt/docs/templates.pod
@@ -3,6 +3,11 @@
Each template is split into two sections. A block of headers and a body. These
sections are separated by a blank line.
+Templates are processed by the L<Text::Template> module. This module
+allows you to embed arbitrary Perl code into your templates. Text wrapped
+in curly braces, C<{...}> is interpreted as Perl. See L<Text::Template>
+for more information.
+
=head2 Headers
Your template may specify arbitrary email headers. Each header is a name, a