2024-10-24 09:06:44 +00:00
|
|
|
{{define "list of hyphae"}}List of pages{{end}}
|
2022-04-02 07:10:32 +00:00
|
|
|
{{define "title"}}{{template "list of hyphae"}}{{end}}
|
|
|
|
{{define "body"}}
|
2022-04-21 16:05:17 +00:00
|
|
|
<main class="main-width">
|
|
|
|
<h1>{{template "list of hyphae"}}</h1>
|
2022-07-11 09:03:07 +00:00
|
|
|
<p>{{block "x total" .HyphaCount}}{{.}} total.{{end}}</p>
|
2022-05-06 20:50:49 +00:00
|
|
|
<ol>
|
2022-04-21 16:05:17 +00:00
|
|
|
{{range .Entries}}
|
2022-05-06 20:50:49 +00:00
|
|
|
<li>
|
|
|
|
<a href="/hypha/{{.Name}}">{{beautifulName .Name}}</a>
|
|
|
|
{{if .Ext}}<span class="media-type-badge">{{.Ext}}</span>{{end}}
|
2022-04-21 16:05:17 +00:00
|
|
|
</li>
|
|
|
|
{{end}}
|
|
|
|
</ol>
|
|
|
|
</main>
|
2022-04-02 07:10:32 +00:00
|
|
|
{{end}}
|