mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
8 lines
352 B
Markdown
8 lines
352 B
Markdown
---
|
|
title: wrapper component
|
|
---
|
|
|
|
A _wrapper component_ is an interface pattern that encloses other content through composition rather than fixed parameters. It provides a reusable shell to handle layout, styling, or logic, allowing the calling template to inject arbitrary content into the component's interior.
|
|
|
|
See also: [_partial decorator_](g).
|