<ul>
  {{ range (.Site.GetPage "Section" "catalog").Pages }}
  <li>
    <a href="{{ .Permalink }}">{{ .Title }}</a>
  </li>
  {{ end }}
</ul>