{%s lc.Get("ui.search_results_query", &l18n.Replacements{"query": query})%}
{%s lc.Get("ui.search_results_desc")%}
-
{% for hyphaName := range generator(query) %}
- {%s util.BeautifulName(hyphaName) %} {% endfor %}
{% import "fmt" %} {% import "github.com/bouncepaw/mycorrhiza/cfg" %} {% import "github.com/bouncepaw/mycorrhiza/util" %} {% import "github.com/bouncepaw/mycorrhiza/l18n" %} {% func TitleSearch(query string, generator func(string) <-chan string, lc *l18n.Localizer) %}
{%s lc.Get("ui.search_results_desc")%}
{%s lc.Get("ui.backlinks_desc")%}
{%s lc.Get("help.empty_error_line_1") %}
{%s lc.Get("help.empty_error_line_2a") %} {%s lc.Get("help.empty_error_link") %} {%s lc.Get("help.empty_error_line_2b") %}
{% endfunc %} {% func commonScripts() %} {% for _, scriptPath := range cfg.CommonScripts %} {% endfor %} {% endfunc %}