From 090fd79c79b740d4915c38285f5019c0b3a4142a Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sat, 2 Mar 2019 22:15:53 +0100 Subject: [PATCH] Add some more templates --- templates/body_application_octet_stream.html | 9 +++++++++ templates/body_application_pgp.html | 8 ++++++++ templates/body_multipart_signed.html | 9 +++++++++ 3 files changed, 26 insertions(+) create mode 100644 templates/body_application_octet_stream.html create mode 100644 templates/body_application_pgp.html create mode 100644 templates/body_multipart_signed.html diff --git a/templates/body_application_octet_stream.html b/templates/body_application_octet_stream.html new file mode 100644 index 0000000..0e1d0b6 --- /dev/null +++ b/templates/body_application_octet_stream.html @@ -0,0 +1,9 @@ +
+
+ application/octet-stream +
+
+ {{name}} +
+
+ diff --git a/templates/body_application_pgp.html b/templates/body_application_pgp.html new file mode 100644 index 0000000..1699914 --- /dev/null +++ b/templates/body_application_pgp.html @@ -0,0 +1,8 @@ +
+
+
{{gpgresult}}
+
+
+ {{content}} +
+
diff --git a/templates/body_multipart_signed.html b/templates/body_multipart_signed.html new file mode 100644 index 0000000..fcb9828 --- /dev/null +++ b/templates/body_multipart_signed.html @@ -0,0 +1,9 @@ +
+
+
{{gpgresult}}
+
+
+ {{content}} +
+
+