The system object contains following attributes:


Object Fields

FieldData TypeDescription
system.static_asset_rootStringReturns the root path for static assets.
system.image_cache_proxyStringReturns the url for cache proxy (google api), only used in site logo now

Code Example

<a href="" target="_blank">
    <img src="{{ system.static_asset_root }}/footer/card_{{ payment_type }}.png" height="40">
</a>