Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
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 }}