From cd67cbbb2827c161aa6e99c93fe57f5500cbb789 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 16:32:36 -0800 Subject: pds: more web view implementation --- adenosine-pds/templates/thread.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 adenosine-pds/templates/thread.html (limited to 'adenosine-pds/templates/thread.html') diff --git a/adenosine-pds/templates/thread.html b/adenosine-pds/templates/thread.html new file mode 100644 index 0000000..e2e2e96 --- /dev/null +++ b/adenosine-pds/templates/thread.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% import "macro.html" as macro %} + +{% block post %} + +Post stuff will go here + +{% endblock %} -- cgit v1.2.3