pub fn end_tag<'a>(tag: &'static str) -> impl Parser<&'a str, (), ContextError>
Parses the end tag </tag>
</tag>