This commit is contained in:
JMARyA 2025-01-20 08:41:20 +01:00
parent 35669c423c
commit bc27b457ea
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 80 additions and 0 deletions

View file

@ -1,5 +1,7 @@
use maud::{PreEscaped, html};
// TODO : refactor shell
/// Represents the HTML structure of a page shell, including the head, body class, and body content.
///
/// This structure is used to construct the overall HTML structure of a page, making it easier to generate consistent HTML pages dynamically.