mdBook/src/theme/mod.rs

6 lines
97 B
Rust
Raw Normal View History

pub fn get_index_hbs() -> &'static str {
let index = include_str!("index.hbs");
index
}