Back to Hugo

partial

docs/content/en/quick-reference/glossary/partial.md

0.161.1266 B
Original Source

A partial is a template called from any other template including shortcodes, render hooks, and other partials. A partial either renders something or returns something. A partial can also call itself, for example, to walk a data structure.