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 ```