libnib
macro_rules! include_template_file { { $( $x:expr ),* } => { ... }; }
A macro loads handlebar files in default template with include_str! macro.