//! Template rendering for terminal and app theming
//!
//! This module handles rendering color scheme templates from extracted wallpaper colors.
//! Templates use simple `{variable}` substitution.
//!
//! Templates are downloaded from the wallflow-templates GitHub repo on first use
//! and stored locally in `~/.config/mksg/wallflow/templates/`.
pub use ;
pub use TemplateEngine;
pub use ;