pub fn template_response<T>(template: T) -> Html<String>where
    T: Template,
Expand description

Renders a template into an HTTP response.