From f5cc222114d69b5beba26bd8e0837521867c70ea Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 27 Aug 2022 20:40:20 +0100 Subject: Initial main commit, added most of the code before testing --- issue.html.j2 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 issue.html.j2 (limited to 'issue.html.j2') diff --git a/issue.html.j2 b/issue.html.j2 new file mode 100644 index 0000000..816a656 --- /dev/null +++ b/issue.html.j2 @@ -0,0 +1,24 @@ + + + +
+

{{ "%s #%d" % (title, number) }}

+ + + + + + + + + + + + + +
URL:{{ html_url }}
Created:{{ created_at }}
Created by:{{ user["login"] }}
+
+
+ {{ gfm_html|safe }} + + \ No newline at end of file -- cgit v1.2.3