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

11 lines
456 B
HTML

{{define "diff for at title"}}Diff of {{beautifulName .HyphaName}} at {{.Hash}}{{end}}
{{define "diff for at heading"}}Diff of <a href="/hypha/{{.HyphaName}}">{{beautifulName .HyphaName}}</a> at {{.Hash}}{{end}}
{{define "title"}}{{template "diff for at title" .}}{{end}}
{{define "body"}}
<main class="main-width">
<article>
<h1>{{template "diff for at heading" .}}</h1>
<pre class="codeblock"><code>{{.Text}}</code></pre>
</article>
</main>
{{end}}