Anton Engelhardt
Results
44
issues of
Anton Engelhardt
Hello, is it possible to have directories rendered using an HTML template with placeholders instead of the standard (non-styled) Headers and list items? Something like ``` .service( fs::Files::new("/", "./static") .html_template(include_str!("../templates/index.html"))...