Using the ppx, the following pattern, which would be nice to have, is currently unsupported: ```ocaml # fun extra_classes -> [%html {| <a class="foo bar |} extra_classes {|"></a>|}];; Error: Error: Mixing literals and OCaml expressions is not supported in attribute values ```