pub fn attr<MSG, V: Into<Value>>(att: &'static str, v: V) -> Attribute<MSG>
a utility function to convert simple value into attribute
use sauron::prelude::*; let data_id: Attribute<()> = attr("data-id", 42);