🚧 (context): Define un trait común de contexto

This commit is contained in:
Manuel Cillero 2025-09-07 21:06:50 +02:00
parent 017e41c888
commit a9d771fe6e
8 changed files with 356 additions and 260 deletions

View file

@ -1,4 +1,5 @@
use crate::base::component::Html;
use crate::html::Contextual;
use crate::locale::L10n;
use crate::response::ResponseError;
use crate::service::http::{header::ContentType, StatusCode};