2022-04-02 16:58:57 +00:00
|
|
|
{{define "backlinks to text"}}Backlinks to {{.}}{{end}}
|
|
|
|
{{define "title"}}{{template "backlinks to text" .HyphaName}}{{end}}
|
|
|
|
{{define "body"}}
|
2022-05-06 20:50:49 +00:00
|
|
|
<main class="main-width">
|
2022-04-21 16:05:17 +00:00
|
|
|
<h1>{{block "backlinks to link" .HyphaName}}Backlinks to <a href="/hypha/{{.}}">{{beautifulName .}}</a>{{end}}</h1>
|
|
|
|
<p>{{block "description" .}}Hyphae which have a link to this hypha, embed it as an image or transclude it are listed below.{{end}}</p>
|
2022-05-06 20:50:49 +00:00
|
|
|
<ol>
|
2022-04-21 16:05:17 +00:00
|
|
|
{{range .Backlinks}}
|
2022-05-06 20:50:49 +00:00
|
|
|
<li>
|
|
|
|
<a class="wikilink" href="/hypha/{{.}}">{{beautifulName .}}</a>
|
2022-04-21 16:05:17 +00:00
|
|
|
</li>
|
|
|
|
{{end}}
|
|
|
|
</ol>
|
|
|
|
</main>
|
2022-04-02 16:58:57 +00:00
|
|
|
{{end}}
|