1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-08 10:51:09 +00:00
mycorrhiza/views/history.qtpl
2022-05-18 19:12:00 +03:00

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 %}