Conveniently add inline styles with nunjucks filter syntax.
{{ "example text" | style("color:red") }}
<span style="color:red">example text</span>
Type: string
HTML inline style string
Type: string
Additional id attribute.
Type: string
Additional class attribute.