pastebin/templates/not_found.rs.html
2019-10-24 14:15:53 +02:00

10 lines
221 B
HTML

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