13 lines
396 B
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">← {{.PrevTitle}}</a>{{end}}
|
|
{{if .NextPath}}<a href="{{.NextPath}}" class="next">{{.NextTitle}} →</a>{{end}}
|
|
</nav>
|
|
{{end}}
|