pub type EntryTemplates = HashMap<String, Arc<CompiledTemplate>>;
The compiled templates for a single book, keyed by entry id.
pub struct EntryTemplates { /* private fields */ }