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

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