From b1c349cc3558b4642a700a489482ff95b038ce56 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 11 Jun 2018 22:49:25 +0100 Subject: Add comment system --- app/templates/macros/threads.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/templates/macros/threads.html (limited to 'app/templates/macros/threads.html') diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html new file mode 100644 index 0000000..96e1107 --- /dev/null +++ b/app/templates/macros/threads.html @@ -0,0 +1,27 @@ +{% macro render_thread(thread, current_user) -%} + + + {% if current_user.is_authenticated %} +
+ +
+ +
+ {% endif %} +{% endmacro %} + +{% macro render_threadlist(threads) -%} + + +{% endmacro %} -- cgit v1.2.3