mycorrhiza/history/histweb/view_history.html
2022-05-18 20:30:42 +03:00

10 lines
285 B
HTML

{{define "history of title"}}History of {{.}}{{end}}
{{define "body"}}
<main class="main-width">
<article class="history">
<h1>{{block "history of heading" .HyphaName}}History of <a href="/hypha/{{.}}">{{beautifulName .}}</a>{{end}}</h1>
{{.Contents}}
</article>
</main>
{{end}}