You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plume/templates/errors/unprocessable_entity.rs.html

10 lines
261 B
HTML

@use crate::templates::errors::base;
@use crate::template_utils::*;
@(ctx: BaseContext)
@:base(ctx, "Unprocessable entity".to_string(), {
<h1>@i18n!(ctx.1, "The content you sent can't be processed.")</h1>
<p>@i18n!(ctx.1, "Maybe it was too long.")</p>
})