pub fn template_response<T>(template: T) -> Html<String>where T: Template,
Renders a template into an HTTP response.