macro_rules! handlebars_response_static {
    ( $key:expr, $gen:block ) => { ... };
    ( $etag_if_none_match:expr, $key:expr, $gen:block ) => { ... };
}
Expand description

This macro can be used to wrap a HandlebarsResponse and its constructor, and use a key to staticize its HTML and ETag in memory.