summaryrefslogtreecommitdiffstats
path: root/docs/content/en/quick-reference/glossary/partial.md
blob: a5dd5e51a1a150e27fc990b466afb34e8e3fed90 (plain) (blame)
1
2
3
4
5
---
title: partial
---

A _partial_ is 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.