blob: 21348ebe67b7887d40461502b140044d771ed60e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
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 }}
```
|