This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{{ define "main" }}
|
|
|
|
<h3>Subpages:</h3>
|
|
<ul>
|
|
{{ range .Pages }}
|
|
<li>
|
|
<a href="{{ .Permalink }}">{{ .Title }}</a> <br>
|
|
</li>
|
|
{{ end }}
|
|
</ul>
|
|
|
|
{{ .Content }}
|
|
{{ end }} |