kafka/internal/views/templates
Franz Kafka f0a65e2b8c fix: compute TemplateName in ResultView instead of using dynamic template function
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.
2026-03-22 02:44:50 +00:00
..
base.html feat(settings): add gear trigger and panel markup to base template 2026-03-22 03:00:12 +01:00
index.html feat(settings): add hidden engines input to search forms 2026-03-22 03:00:12 +01:00
opensearch.xml chore: rename project from gosearch to kafka 2026-03-21 19:20:47 +00:00
result_item.html feat: HTMX + Go Templates HTML frontend 2026-03-21 16:10:42 +00:00
results.html feat(settings): add hidden engines input to search forms 2026-03-22 03:00:12 +01:00
results_inner.html fix: compute TemplateName in ResultView instead of using dynamic template function 2026-03-22 02:44:50 +00:00
video_item.html fix: add Thumbnail field and video result template 2026-03-22 02:06:41 +00:00