[][src]Macro libnib::include_template_file

macro_rules! include_template_file {
    { $( $x:expr ),* } => { ... };
}

A macro loads handlebar files in default template with include_str! macro.