fn parse_page_name<'i, 't>(
    input: &mut Parser<'i, 't>
) -> Result<AtomIdent, ParseError<'i>>