Theme
The theme object provides information about the current theme, such as its name, version, and cache manifest.
Usage Example
{%- comment -%} Show theme name and version {%- endcomment -%}
<p>Theme: {{ theme.name }} (v{{ theme.version }})</p>Properties
name
Returns theme name
version
Returns theme version
cache_manifest
Access JSON cache manifest file in the public directory of your theme.