cs-midi-docs/internal/server/templates/page.html

13 lines
396 B
HTML

{{define "content"}}
<article>
{{.Body}}
<p id="platform-notice" class="platform-notice" style="display:none">
No examples available for this platform yet.
</p>
</article>
<nav class="page-nav">
{{if .PrevPath}}<a href="{{.PrevPath}}" class="prev">&larr; {{.PrevTitle}}</a>{{end}}
{{if .NextPath}}<a href="{{.NextPath}}" class="next">{{.NextTitle}} &rarr;</a>{{end}}
</nav>
{{end}}