diff options
Diffstat (limited to 'cgi/templates/trash.html')
-rw-r--r-- | cgi/templates/trash.html | 4 |
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 ?> |