Move template initialization into its own file.
This commit is contained in:
parent
7a938005e1
commit
586a9cea75
4 changed files with 23 additions and 15 deletions
|
@ -31,6 +31,7 @@ mod tests;
|
|||
mod context;
|
||||
mod print_item;
|
||||
mod span_map;
|
||||
mod templates;
|
||||
mod write_shared;
|
||||
|
||||
crate use context::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue