Header - Liquid tag reference
On this page
The header simple tag sets HTTP response headers from within a Liquid template. Use it to control caching, content type, or custom headers returned to the browser.
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.
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.