Here’s a problem!
In the home page template how do I list all the resources on the site?
{{ range .Pages }}
<p>Name: {{ .Name }} </p>
{{ range .Resources }}
<p>Resource Name: {{ .Name }} </p>
{{ end }}
{{ end }}
Here’s a problem!
In the home page template how do I list all the resources on the site?
{{ range .Pages }}
<p>Name: {{ .Name }} </p>
{{ range .Resources }}
<p>Resource Name: {{ .Name }} </p>
{{ end }}
{{ end }}