pastebin/templates/not_found.rs.html
2019-04-17 09:41:33 +02:00

9 lines
152 B
HTML

@use crate::templates::{header, footer};
@()
@:header()
<h1>Paste not found</h1>
<p>It may have been automatically deleted after 24 hours.
@:footer()