{% import "fmt" %} {% import "net/http" %} {% import "github.com/bouncepaw/mycorrhiza/l18n" %} {% func History(rq *http.Request, hyphaName, list string, lc *l18n.Localizer) %}

{%s= fmt.Sprintf(lc.Get("ui.history_title"), beautifulLink(hyphaName)) %}

{%s= list %}
{% endfunc %}