citra-web/site/themes/citra-bs-theme/layouts/help/single.html
Koopa 361ac73b53 Improve help pages (#107)
* Improve wording of help index page.

* Add custom help summary template.

* Add custom help page template.
2019-08-17 15:54:15 -04:00

10 lines
121 B
HTML

{{ define "main" }}
<h1>
{{ .Title }}
</h1>
<div class="entry-content">
{{ .Content }}
</div>
{{ end }}