(pagetop): Añade gestión de rutas con parámetros

This commit is contained in:
Manuel Cillero 2025-12-12 00:14:55 +01:00
parent caa4cf6096
commit 476aff1d8e
8 changed files with 197 additions and 56 deletions

View file

@ -5,6 +5,9 @@ use crate::AutoDefault;
mod maud;
pub use maud::{display, html, html_private, Escaper, Markup, PreEscaped, DOCTYPE};
mod route;
pub use route::RoutePath;
// **< HTML DOCUMENT ASSETS >***********************************************************************
mod assets;