361ac73b53
* Improve wording of help index page. * Add custom help summary template. * Add custom help page template.
10 lines
121 B
HTML
10 lines
121 B
HTML
{{ define "main" }}
|
|
<h1>
|
|
{{ .Title }}
|
|
</h1>
|
|
|
|
<div class="entry-content">
|
|
{{ .Content }}
|
|
</div>
|
|
{{ end }}
|