소스 검색

Added Pug template

Brendan Abolivier 8 년 전
부모
커밋
ede3e3e374
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      template.pug

+ 10
- 0
template.pug 파일 보기

@@ -0,0 +1,10 @@
1
+html
2
+    body
3
+        p.subj
4
+            span(style="font-weight:bold") Subject:&nbsp;
5
+            span= subj
6
+        p.from
7
+            span(style="font-weight:bold") Sent from:&nbsp;
8
+            span= from
9
+        
10
+        p= text