Browse Source

Updating template

Brendan Abolivier 7 years ago
parent
commit
e73143f7f7
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      template.example.pug

+ 6
- 0
template.example.pug View File

@@ -6,5 +6,11 @@ html
6 6
         p.from
7 7
             span(style="font-weight:bold") Sent from:&nbsp;
8 8
             span= replyTo
9
+        each field in custom
10
+            p.custom
11
+                span(style="font-weight:bold")= field.label + ': '
12
+                span= field.value
13
+        p.message
14
+            span(style="font-weight:bold") Message:&nbsp;
9 15
         
10 16
         p= html