macro_rules! body { ($($all:tt)*) => { ... }; }
use rtml::*; assert_eq!( body!["This is the body"].render(), "<body>This is the body</body>" );