소스 검색

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