[`{{ 0x2 }}`](https://askama-rs.github.io/askama_playground/?saved=eJwrM4wxUI4uSc0tyEksSdVIrShRsFVQyijJzVHSjOUqLikqTS5RiLCOMaiuNqgwqq0FAIjYEDs.) is only formatted at runtime, while a [`{{ 2 }}`](https://askama-rs.github.io/askama_playground/?saved=eJwrM4wxUI4uSc0tyEksSdVIrShRsFVQyijJzVHSjOUqLikqTS5RiLCOMaiuNqqtBQBpOg-T) is formatted at compile time. Could be that [`compile_time_escape()`](https://github.com/askama-rs/askama/blob/e80b710f6717b0d118fc0d322b477485a8226e83/askama_derive/src/generator.rs#L444-L459) does not work reliably for numbers with a base prefix.
{{ 0x2 }}is only formatted at runtime, while a{{ 2 }}is formatted at compile time.Could be that
compile_time_escape()does not work reliably for numbers with a base prefix.