@raw
Adding the @raw()
tag around templte content will stop Element properties from being processed, this is useful when using the Elements CMS in your templates.
@raw()
<div class="text-sm text-black-600">{{item.title}}</div>
@endraw
Last updated