瀏覽代碼

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