aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/methods/page/Len.md
blob: d4270bda3d737fad1915ec82067af0cad7ad5d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: Len
description: Returns the length, in bytes, of the rendered content of the given page.
categories: []
keywords: []
action:
  related:
    - methods/page/Content
  returnType: int
  signatures: [PAGE.Len]
---

```go-html-template
{{ .Len }} → 42
```