Hands-on Rust: missing mod and use in "Spring Cleaning"

Title: Hands-on Rust: missing mod and use in “Spring Cleaning” (page 289)

spring cleaning for mod.rs does not include instructions to add:

mod template;
use template::Templates;

Again, thank you! I’ve put this into the tracker for the next release build.