diff options
Diffstat (limited to 'adenosine-pds/templates/thread.html')
-rw-r--r-- | adenosine-pds/templates/thread.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 %} |