1
0
Fork 0
mirror of https://git.joinplu.me/Plume/Plume.git synced 2025-01-14 23:25:25 +00:00
Plume/templates/errors/not_found.rs.html
2020-01-21 07:02:03 +01:00

9 lines
263 B
HTML

@use crate::templates::errors::base;
@use crate::template_utils::*;
@(ctx: BaseContext)
@:base(ctx, i18n!(ctx.1, "Page not found"), {
<h1>@i18n!(ctx.1, "We couldn't find this page.")</h1>
<p>@i18n!(ctx.1, "The link that led you here may be broken.")</p>
})