Añade composición de páginas basada en componentes
This commit is contained in:
parent
0e3300dc90
commit
24e773c17b
30 changed files with 895 additions and 31 deletions
4
src/core/theme/mod.rs
Normal file
4
src/core/theme/mod.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub use maud::{DOCTYPE, Markup, PreEscaped, html};
|
||||
|
||||
mod api;
|
||||
pub use api::Theme;
|
||||
Loading…
Add table
Add a link
Reference in a new issue