1#![allow(missing_docs)] // FIXME: Document this
2
3pub use self::hbs_renderer::HtmlHandlebars;
4
5mod hbs_renderer;
6mod helpers;
7
8#[cfg(feature = "search")]
9mod search;
10