macro_rules! make_bool_getter {
    ( $attr:ident, $htmlname:tt ) => { ... };
}