Go html/template doesn't support function calls as template names in
{{template (func .Arg) .}}. Instead, precompute TemplateName in
FromResponse and use {{template .TemplateName .}} in the template.
|
||
|---|---|---|
| .. | ||
| base.html | ||
| index.html | ||
| opensearch.xml | ||
| result_item.html | ||
| results.html | ||
| results_inner.html | ||
| video_item.html | ||