1
0
Fork 0
hugo/docs/content/en/methods/page/Content.md

17 lines
328 B
Markdown

---
title: Content
description: Returns the rendered content of the given page.
categories: []
keywords: []
params:
functions_and_methods:
returnType: template.HTML
signatures: [PAGE.Content]
---
The `Content` method on a `Page` object renders Markdown and shortcodes to HTML.
```go-html-template
{{ .Content }}
```