Delete Htmx_client, WIP refactor of Html_client and Server
- The HTMX and HTML client only differed in the way they rendered the
hypermedia controls, so it was natural to introduce a "mode" type and
to have the renderer be parametrised over this type.
- Introduced the notion of hypermedia control at the type level.
- Added a template sublibrary.
- Added HTTP form utilities.
- Added a config route to the server. This will enable switching between
forests at runtime.