forked from didirus/AstralRinth
Base creation page
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
mod contains;
|
||||
mod format_human;
|
||||
use handlebars::*;
|
||||
|
||||
pub use contains::ContainsHelper;
|
||||
pub use format_human::HumanFormatHelper;
|
||||
pub fn register_helpers(handlebars: &mut Handlebars) {
|
||||
handlebars.register_helper("contains", Box::new(contains::ContainsHelper));
|
||||
handlebars.register_helper("format", Box::new(format_human::HumanFormatHelper));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user