macro_rules! html {
    (
        $self:ident,
        $f:ident,
        $bindings:ident,
        $( $e:tt )*
    ) => { ... };
}