Browse Source

Added Pug template

Brendan Abolivier 8 years ago
parent
commit
ede3e3e374
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      template.pug

+ 10
- 0
template.pug View File

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