ソースを参照

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