Move template rendering and themes onto PluginHost (#559)

This commit is contained in:
Gregory Schier
2026-08-16 09:22:46 -07:00
committed by GitHub
parent 6a02cbe525
commit 9eb7a001da
9 changed files with 280 additions and 122 deletions
+2
View File
@@ -17,7 +17,9 @@ pub mod error;
pub mod host;
pub mod models;
pub mod plugins;
pub mod render;
pub mod responses;
pub mod templates;
pub use error::{Error, Result};
pub use host::{Host, PluginHost};