handbar 0.0.5

Fork of Handlebars.
1
2
3
4
5
6
7
8
mod array_insertion;
mod insert;
mod remove;

pub use array_insertion::APPEND_HELPER;
pub use array_insertion::PREPEND_HELPER;
pub use insert::INSERT_HELPER;
pub use remove::REMOVE_HELPER;