pub fn get_next_marker(parent: &Node) -> Option<View<HydrateNode>>
Expand description

Gets the next node surrounded by <!#> and <!/>. Removes the start node so that next call will return next marked nodes.