HUGO
Menu
GitHub 86675 stars Mastodon

reflect.IsPage

Reports whether the given value is a Page object.

Syntax

reflect.IsPage INPUT

Returns

bool
New in v0.154.0
layouts/page.html
{{ with site.GetPage "/examples" }}
  {{ reflect.IsPage . }} → true
{{ end }}

{{ with .Site  }}
  {{ reflect.IsPage . }} → false
{{ end }}

Last updated: January 1, 0001
Improve this page