title |
description |
categories |
keywords |
params |
Limit |
Returns the first N pages from the given page collection. |
|
|
functions_and_methods |
returnType |
signatures |
page.Pages |
|
|
|
{{ range .Pages.Limit 3 }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}