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