Function mz_http_util::template_response
source ยท pub fn template_response<T>(template: T) -> Html<String>where
T: Template,
Expand description
Renders a template into an HTTP response.
pub fn template_response<T>(template: T) -> Html<String>where
T: Template,
Renders a template into an HTTP response.