Explorar el Código

Added Pug template

Brendan Abolivier hace 8 años
padre
commit
ede3e3e374
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10
    0
      template.pug

+ 10
- 0
template.pug Ver fichero

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