# Theme The `theme` object provides information about the current theme, such as its name, version, and cache manifest. ## Usage Example ```liquid {%- comment -%} Show theme name and version {%- endcomment -%}

Theme: {{ theme.name }} (v{{ theme.version }})

``` ## Properties ### cache_manifest Access the JSON cache manifest file in the public directory of your theme. ### name Returns the theme name. ### version Returns the theme version.