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