macro_rules! get_templates_map_atomic {
    [
        $($template:expr),+
    ] => { ... };
}
Expand description

Gets a HashMap of the given templates by their paths for serving. This should be manually wrapped for the pages your app provides for convenience.

This is the thread-safe version, which should only be used on the server.