diff options
author | neptune | 2022-12-17 04:09:52 -0300 |
---|---|---|
committer | neptune | 2022-12-17 04:09:52 -0300 |
commit | 675be0b542c2a3057137d61431deb082b04dcd13 (patch) | |
tree | 7e9c24255d8ab627106be487d1d69b55fd1b7819 /cgi/templates/trash.html | |
parent | de12cb569d10ee2a04b38b079a3b69b20b6718b7 (diff) | |
download | weabot-675be0b542c2a3057137d61431deb082b04dcd13.tar.gz weabot-675be0b542c2a3057137d61431deb082b04dcd13.tar.xz weabot-675be0b542c2a3057137d61431deb082b04dcd13.zip |
Agregados archivos faltantes
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 ?> |