Function dilla_renderer::engine::has_attribute
source · pub fn has_attribute(v: Value, name: Value) -> Result<Value, Error>
Expand description
Check existing HTML attribute in a Map of attributes treated as Attribute
.
{{ {'data': 'test'}|has_attribute('data') }}
-> true
{{ {'data': 'test'}|has_attribute('foo') }}
-> false