Header - Liquid tag reference
On this page
Syntax
liquid
{% header %}
| Property | Value |
|---|---|
| Tag name | header |
| Type | Simple tag |
| Source | Hydrofoil (core) |
Description
The header tag sets HTTP response headers from within a Liquid template. Use it to control caching, content type, or custom headers returned to the browser.
For detailed usage examples and configuration guidance, see Liquid header tag.