This commit is contained in:
2023-05-18 00:11:52 +02:00
parent f03814e622
commit 0ddeac69e6
7 changed files with 692 additions and 81 deletions

View File

@@ -2,13 +2,11 @@ use maud::{html, Markup, DOCTYPE};
pub mod home;
pub mod inventory;
pub mod triplist;
mod theme;
pub mod trip;
pub use home::*;
pub use inventory::*;
pub use triplist::*;
pub use trip::*;
pub struct Root {
doc: Markup,