hugo/docs/content/en/methods/pages/Len.md
2023-12-04 15:24:01 +01:00

14 lines
233 B
Markdown

---
title: Len
description: Returns the number of pages in the given page collection.
categories: []
keywords: []
action:
related: []
returnType: int
signatures: [PAGES.Len]
---
```go-html-template
{{ .Pages.Len }} → 42
```