7 lines
119 B
HTML
7 lines
119 B
HTML
{{ define "main" }}
|
|
{{ .Content }}
|
|
{{ range $.Site.Params.Service }}
|
|
<b>{{ .name }}</b>
|
|
{{ end }}
|
|
{{ end }}
|