systemprompt-generator 0.6.1

Static site generation, theme rendering, and asset bundling for systemprompt.io AI governance dashboards. Handlebars and Markdown pipeline for the MCP governance platform.
Documentation
1
2
3
4
5
6
//! Template-engine glue: locates the on-disk template directory and loads
//! `web.yaml` configuration shared by every part of the generator pipeline.

mod engine;

pub use engine::{get_templates_path, load_web_config};