Explorar el Código

Updating template

Brendan Abolivier hace 7 años
padre
commit
e73143f7f7
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      template.example.pug

+ 6
- 0
template.example.pug Ver fichero

@@ -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