hugo/docs/content/en/getting-started/glossary/partial.md
2025-01-23 09:47:46 +01:00

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.