11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
<h1>FAQ</h1>
|
|
<hr>
|
|
{{range .}}
|
|
{{template "qa" .}}
|
|
{{end}}
|
|
|
|
{{define "qa"}}
|
|
<h3>{{.Question}}</h3>
|
|
<p>{{.Answer}}</p>
|
|
{{end}}
|