Overview

This is a proxy object that lets you access a website's asset by its name.

If an asset with the given name is present on the current website, it returns an Asset objects, otherwise returns nil.

Example

{{ website.assets['logo-large.png'].path }}