From 2519354aa61170e45bc2ef69fc9551ead6319f59 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Thu, 23 Jul 2015 18:34:59 +0200 Subject: [PATCH] using jinja for templates --- templates/pad_html.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/pad_html.html diff --git a/templates/pad_html.html b/templates/pad_html.html new file mode 100644 index 0000000..046b273 --- /dev/null +++ b/templates/pad_html.html @@ -0,0 +1,13 @@ + + + +{{padid}} + + + +{{ style }} + + +{{ html }} + + \ No newline at end of file