samsa/internal/views/templates
ashisgreat22 23dcdef26f
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Failing after 19s
fix: unescape HTML entities in result titles
Wikipedia returns HTML entities like <span> which were being
double-escaped by Go templates. Now using html.UnescapeString and
template.HTML to render properly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 22:19:07 +01:00
..
base.html refactor(frontend): port search-zen-50 style to Go templates 2026-03-22 22:05:56 +01:00
image_item.html feat: add image search with Bing, DuckDuckGo, and Qwant engines 2026-03-22 16:49:24 +00:00
index.html refactor(frontend): port search-zen-50 style to Go templates 2026-03-22 22:05:56 +01:00
opensearch.xml chore: rename project from gosearch to kafka 2026-03-21 19:20:47 +00:00
preferences.html feat(frontend): add preferences page template and styles 2026-03-22 13:47:30 +01:00
result_item.html fix: unescape HTML entities in result titles 2026-03-22 22:19:07 +01:00
results.html refactor(frontend): port search-zen-50 style to Go templates 2026-03-22 22:05:56 +01:00
results_inner.html feat: add image search with Bing, DuckDuckGo, and Qwant engines 2026-03-22 16:49:24 +00:00
video_item.html feat: complete UI redesign — modern, clean search interface 2026-03-22 08:06:31 +00:00