aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/en/methods/page/Site.md
blob: d83c45e0a603541bc3a46e0c723232d7e201eecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: Site
description: Returns the Site object.
categories: []
keywords: []
action:
  related:
    - methods/page/Sites
  returnType: page.siteWrapper
  signatures: [PAGE.Site]
---

See [Site methods].

[Site methods]: /methods/site/

```go-html-template
{{ .Site.Title }}
```