mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-04 09:31:46 +03:00
5 lines
270 B
Markdown
5 lines
270 B
Markdown
---
|
|
title: partial
|
|
---
|
|
|
|
A [template](g) called from any other template including [shortcodes](g), [render hooks](g), and other partials. A partial either renders something or returns something. A partial can also call itself, for example, to [walk](g) a data structure.
|