ソースを参照

Updating template

Brendan Abolivier 7 年 前
コミット
e73143f7f7
署名者: Brendan Abolivier <contact@brendanabolivier.com> GPGキーID: 8EF1500759F70623
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6
    0
      template.example.pug

+ 6
- 0
template.example.pug ファイルの表示

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