aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-rw-r--r--cgi/templates/trash.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgi/templates/trash.html b/cgi/templates/trash.html
new file mode 100644
index 0000000..c334fa6
--- /dev/null
+++ b/cgi/templates/trash.html
@@ -0,0 +1,4 @@
+<h1>Basural</h1>
+<?py for post in posts: ?>
+#{post['timestamp_formatted']} - #{post['board']} - #{post['message']}<br><br>
+<?py #endfor ?>