add svg
This commit is contained in:
parent
35669c423c
commit
bc27b457ea
4 changed files with 80 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue