@raw
Disable template processing for a section of content
Syntax
@raw()
<!-- Content here will not be processed by Elements -->
@endrawUse Cases
Elements CMS Integration
@raw()
<div class="text-sm text-black-600">{{item.title}}</div>
@endrawCMS Loop Syntax
@raw()
{% for image in item.gallery %}
<img src="{{image.src}}" alt="{{image.alt}}" />
{% endfor %}
@endrawMixing Elements and CMS Syntax
JavaScript Template Literals
Vue.js or Similar Frameworks
Combining with Elements Properties
Best Practices
Related
Last updated
Was this helpful?

