aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctx.rs
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2024-04-02 11:51:14 -0400
committeralyx <alyx@aleteoryx.me>2024-04-02 11:51:14 -0400
commit52aeff65a82d949dd3ce33d1a5998e00ad4c379e (patch)
tree1f99b836c9faca0600a68f40817d240d02cf123e /src/ctx.rs
parent8c9125b4c48a08112549f1b9b411f8bfc0bd336f (diff)
downloadlfm_embed-52aeff65a82d949dd3ce33d1a5998e00ad4c379e.tar.gz
lfm_embed-52aeff65a82d949dd3ce33d1a5998e00ad4c379e.tar.bz2
lfm_embed-52aeff65a82d949dd3ce33d1a5998e00ad4c379e.zip
Theming refactor
Theming has been broken off into a seperate space, so that it'll be easier to add lua support later.
Diffstat (limited to 'src/ctx.rs')
-rw-r--r--src/ctx.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ctx.rs b/src/ctx.rs
index 50e01bb..cfb10e3 100644
--- a/src/ctx.rs
+++ b/src/ctx.rs
@@ -104,6 +104,8 @@ pub mod model {
}
}
}
+pub use model::Root as Ctx;
+
#[derive(Debug)]
pub struct ResponseCtx(pub model::Root, pub StatusCode);