mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-08 02:40:26 +00:00
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
{% import "fmt" %}
|
|
{% import "net/http" %}
|
|
|
|
{% import "github.com/bouncepaw/mycorrhiza/l18n" %}
|
|
|
|
{% func History(rq *http.Request, hyphaName, list string, lc *l18n.Localizer) %}
|
|
<main class="main-width">
|
|
<article class="history">
|
|
<h1>{%s= fmt.Sprintf(lc.Get("ui.history_title"), beautifulLink(hyphaName)) %}</h1>
|
|
{%s= list %}
|
|
</article>
|
|
</main>
|
|
{% endfunc %}
|