DESIGN SYSTEM

  • Principles
  • Components
  • Documentation
FUNCTIONS

.Render

Takes a view to apply when rendering content.

Syntax

.Render LAYOUT

The view is an alternative layout and should be a file name that points to a template in one of the locations specified in the documentation for Content Views.

This function is only available when applied to a single piece of content within a list context.

This example could render a piece of content using the content view located at /layouts/_default/summary.html:

{{ range .Pages }}
    {{ .Render "summary"}}
{{ end }}

See Also

  • Content View Templates
  • Foundation styles (FS)
  • Content text (CT)
  • Buttons and links (BL)
  • Form elements (FE)
  • Icons (IC)
  • Miscellaneous (MS)
“.Render” was last updated: January 29, 2019: A little bit of naming reorganisation (8fb631a0)
Improve this page
By the Hugo Authors
Hugo Logo
  • File an Issue
  • Get Help
  • Discuss Source Code
  • @GoHugoIO
  • @spf13
  • @bepsays

 
  Hugo Sponsors
Logo for Forestry.io
Logo for Linode
Logo for eSolia
 

The Hugo logos are copyright © Steve Francia 2013–2019.

The Hugo Gopher is based on an original work by Renée French.

  • Principles
  • Components
  • Documentation
  • Foundation styles (FS)
  • Content text (CT)
  • Buttons and links (BL)
  • Form elements (FE)
  • Icons (IC)
  • Miscellaneous (MS)