Parcourir la source

Added Pug template

Brendan Abolivier il y a 8 ans
Parent
révision
ede3e3e374
Signé par: Brendan Abolivier <contact@brendanabolivier.com> ID de la clé GPG: 8EF1500759F70623
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10
    0
      template.pug

+ 10
- 0
template.pug Voir le fichier

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